X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=f5b766ec3c8874cb6404d68005d9e38b6e8d8a5e;hb=07f77b74726b4b7d0a895e37eae041d99896e900;hp=531d02147ea5b6d400eede84549ce5a06c2169d9;hpb=6f52bd5dd2090be4718ec4c105727aae5c29776a;p=16.git diff --git a/awoo.sh b/awoo.sh index 531d0214..f5b766ec 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,9 +1,16 @@ #!/bin/bash -git add . -. ./boop.sh "$*" -cp -fp *.exe /var/www/html/ -if [ -e *.exe ] - then -zip /var/www/html/scroll scroll.exe -zip /var/www/html/exmmtest exmmtest.exe +if [ -z "$*" ]; then + pee="wwww" + else + pee="$*" 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