]> 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 f2efd5e95059bcf5233781b665ad708b67e3b81a..0bb4e03e4cc34051c36ab0ed50cfa900e3a417eb 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,4 +1,14 @@
 #!/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"
        else
@@ -7,8 +17,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