X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=inline;f=awoo.sh;h=7cef46724ea5ec46c05ce6fa3d937c6c726fbf79;hb=bca9f9b7a2d77a4cc110e2b88e14672dce64b8b0;hp=e941544e8b2e4a8beeb50a3a7994b2d96654e886;hpb=2ea85100e642ee29d9cf4df9bc6b7b942cc8f540;p=16.git diff --git a/awoo.sh b/awoo.sh index e941544e..7cef4672 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,4 +1,12 @@ #!/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 @@ -7,10 +15,3 @@ fi ##echo "$pee" git add . . ./boop.sh "$pee" -cp -fp bin/*.exe /var/www/ -scp -rp -P 26 bin/*.exe 4ch.mooo.com:/var/www/16/ -#if [ -f "bin/*.exe" ] -# then -#zip /var/www/scroll scroll.exe -#zip /var/www/exmmtest exmmtest.exe -#fi