X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=7cef46724ea5ec46c05ce6fa3d937c6c726fbf79;hb=bca9f9b7a2d77a4cc110e2b88e14672dce64b8b0;hp=5b9b726303c8ec4ea9357cc12d50048f0b0ecf44;hpb=062f1fe8af8fa3513aa2be632aa4cc7b18751f1f;p=16.git diff --git a/awoo.sh b/awoo.sh index 5b9b7263..7cef4672 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,6 +1,17 @@ #!/bin/bash +wmake +wmake comp +if [ -f "*.exe" ] + then +cp -f *.exe /var/www/ +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 "$1" -cp -fp *.exe /var/www/html/ -zip /var/www/html/scroll scroll.exe -zip /var/www/html/exmmtest exmmtest.exe +. ./boop.sh "$pee"