X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=f5b766ec3c8874cb6404d68005d9e38b6e8d8a5e;hb=83d943df274889635acd01fd88fae54fa9de79d9;hp=5073f2bf14d16907d07aa714921fc92afa322534;hpb=cc4011ac90b3006bac7f0c4d8c708c8a4be2926d;p=16.git diff --git a/awoo.sh b/awoo.sh index 5073f2bf..f5b766ec 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,6 +1,12 @@ #!/bin/bash +if [ -z "$*" ]; then + pee="wwww" + else + pee="$*" +fi +##echo "$pee" git add . -. ./boop.sh "$*" +. ./boop.sh "$pee" cp -fp *.exe /var/www/ scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/ #if [ -f "*.exe" ]