X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=a49a73c72e3e5f5457f563eed0ea69cc28004f91;hb=a70a2b458eb4342f3a22449fd3b5193b6b112724;hp=b8df2f7ff190903340a469e73d2d2a3be99dfb64;hpb=b75d914fa978f295fa64e21c11cd83fb79730024;p=16.git diff --git a/awoo.sh b/awoo.sh index b8df2f7f..a49a73c7 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,6 +1,18 @@ #!/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 "$*" -cp -fp *.exe /var/www/html/ -zip /var/www/html/scroll scroll.exe -zip /var/www/html/exmmtest exmmtest.exe +. ./boop.sh "$pee" +wmake inputest.exe