X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=awoo.sh;h=7cef46724ea5ec46c05ce6fa3d937c6c726fbf79;hb=bca9f9b7a2d77a4cc110e2b88e14672dce64b8b0;hp=810de60a1ce214c7c23c59cf31e0298b4802b418;hpb=ce7c9b930ecc9840c009b3453507a6d19d6456f4;p=16.git diff --git a/awoo.sh b/awoo.sh index 810de60a..7cef4672 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,5 +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 . -bash ./boop.sh -cp -fp *.exe /var/www/html/ -zip /var/www/html/scroll scroll.exe +. ./boop.sh "$pee"