]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Fri, 5 Feb 2016 12:12:27 +0000 (06:12 -0600)
committersparky4 <sparky4@cock.li>
Fri, 5 Feb 2016 12:12:27 +0000 (06:12 -0600)
awoo.sh
git_con.fig

diff --git a/awoo.sh b/awoo.sh
index f2efd5e95059bcf5233781b665ad708b67e3b81a..2a0da02eed407aeea53fd0f0ce855f9e4788f4b1 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,4 +1,11 @@
 #!/bin/bash
+wmake
+if [ -f "*.exe" ]
+        then
+cp -fp *.exe /var/www/
+scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/
+fi
+wmake clean
 if [ -z "$*" ]; then
                pee="wwww"
        else
@@ -7,8 +14,3 @@ fi
 ##echo "$pee"
 git add .
 . ./boop.sh "$pee"
-if [ -f "*.exe" ]
-       then
-cp -fp *.exe /var/www/
-scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/
-fi
index 1712ab98858cf727f9aec24535630217fae36bd0..9eceafa4552ddb6b60dfc01c9751851592710212 100755 (executable)
@@ -1,8 +1,10 @@
 [core]
+       ignorecase = true
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
+       ignorecase = false
 [remote "x4"]
        url = ssh://sparky4@4ch.mooo.com:26/var/www/16/16.git
        fetch = +refs/heads/*:refs/remotes/origin/*