]> 4ch.mooo.com Git - 16.git/blobdiff - awoo.sh
wwww
[16.git] / awoo.sh
diff --git a/awoo.sh b/awoo.sh
index 20e59629b9c26576801764c984f352ed690d9651..0c3b5a4ec5f123e3d242228bb5fb6c12f03f11ca 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,9 +1,17 @@
 #!/bin/bash
-git add .
-. ./boop.sh "$*"
+wmake
+wmake comp
+if [ -f "*.exe" ]
+        then
 cp -fp *.exe /var/www/
-if [ -e "*.exe" ]
-       then
-zip /var/www/scroll scroll.exe
-zip /var/www/exmmtest exmmtest.exe
+scp -rp -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"