X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=inline;f=awoo.sh;h=7cef46724ea5ec46c05ce6fa3d937c6c726fbf79;hb=bca9f9b7a2d77a4cc110e2b88e14672dce64b8b0;hp=f5b766ec3c8874cb6404d68005d9e38b6e8d8a5e;hpb=75a35fd2843da7105acc7eee68674131431d0ccb;p=16.git diff --git a/awoo.sh b/awoo.sh index f5b766ec..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 *.exe /var/www/ -scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/ -#if [ -f "*.exe" ] -# then -#zip /var/www/scroll scroll.exe -#zip /var/www/exmmtest exmmtest.exe -#fi