]> 4ch.mooo.com Git - 16.git/blobdiff - awoo.sh
inputest works now ^^
[16.git] / awoo.sh
diff --git a/awoo.sh b/awoo.sh
index 6e6588661cf2dbf68da14c7f6b18be2b00ab0e8c..0bb4e03e4cc34051c36ab0ed50cfa900e3a417eb 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,9 +1,19 @@
 #!/bin/bash
-git add .
-. ./boop.sh "$*"
-cp -fp *.exe /var/www/
+wmake
+wmake comp
 if [ -f "*.exe" ]
-       then
-zip /var/www/scroll scroll.exe
-zip /var/www/exmmtest exmmtest.exe
+        then
+cp *.exe /var/www/
+rm /var/www/inputest.exe
+cp inputest.exe /var/www/inputest.exe
+scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/
+fi
+wmake clean
+if [ -z "$*" ]; then
+               pee="wwww"
+       else
+               pee="$*"
 fi
+##echo "$pee"
+git add .
+. ./boop.sh "$pee"