]> 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 2a0da02eed407aeea53fd0f0ce855f9e4788f4b1..0bb4e03e4cc34051c36ab0ed50cfa900e3a417eb 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,9 +1,12 @@
 #!/bin/bash
 wmake
+wmake comp
 if [ -f "*.exe" ]
         then
-cp -fp *.exe /var/www/
-scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/
+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