]> 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 6b38b83164a81e52ef168a97602c7ffbc49298fa..0bb4e03e4cc34051c36ab0ed50cfa900e3a417eb 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,15 +1,19 @@
 #!/bin/bash
+wmake
+wmake comp
+if [ -f "*.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"
+               pee="wwww"
        else
-               $pee="$*"
+               pee="$*"
 fi
+##echo "$pee"
 git add .
-. ./boop.sh "$*"
-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
+. ./boop.sh "$pee"