]> 4ch.mooo.com Git - 16.git/blobdiff - awoo.sh
wwww
[16.git] / awoo.sh
diff --git a/awoo.sh b/awoo.sh
index 5073f2bf14d16907d07aa714921fc92afa322534..ca11ce9b45950af8cc29ca2af53e5e16f880ed47 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,10 +1,17 @@
 #!/bin/bash
-git add .
-. ./boop.sh "$*"
+wmake
+wmake comp
+if [ -f "*.exe" ]
+        then
 cp -fp *.exe /var/www/
 scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/
-#if [ -f "*.exe" ]
-#      then
-#zip /var/www/scroll scroll.exe
-#zip /var/www/exmmtest exmmtest.exe
-#fi
+fi
+wmake clean
+if [ -z "$*" ]; then
+               pee="wwww"
+       else
+               pee="$*"
+fi
+##echo "$pee"
+git add .
+. ./boop.sh "$pee"