X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=awoo.sh;h=f5b766ec3c8874cb6404d68005d9e38b6e8d8a5e;hb=07f77b74726b4b7d0a895e37eae041d99896e900;hp=5ef0ca1556a539dedbc726c179d6a5ea5b3884af;hpb=c0ae467c0485d2b22069a67aef17cad58bd2aa96;p=16.git diff --git a/awoo.sh b/awoo.sh old mode 100644 new mode 100755 index 5ef0ca15..f5b766ec --- a/awoo.sh +++ b/awoo.sh @@ -1,4 +1,16 @@ #!/bin/bash +if [ -z "$*" ]; then + pee="wwww" + else + pee="$*" +fi +##echo "$pee" git add . -bash ./boop.sh -cp exmmtest.exe /var/www/html/ +. ./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