From: sparky4 <sparky4@cock.li>
Date: Fri, 5 Feb 2016 12:12:27 +0000 (-0600)
Subject: wwww
X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=76de1e4b80c26353e3ff3311ecd2fb1d92e747fa;p=16.git

wwww
---

diff --git a/awoo.sh b/awoo.sh
index f2efd5e9..2a0da02e 100755
--- 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
diff --git a/git_con.fig b/git_con.fig
index 1712ab98..9eceafa4 100755
--- a/git_con.fig
+++ b/git_con.fig
@@ -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/*