X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=1f82d9312b220484abf225f12a93f717f3e70c3c;hb=3518b6b4a81ba2369bb95c9a9b387e799c1c3692;hp=d17cbad7f80cf52d522f918b18ff83b2dba3b622;hpb=3e54aa781db6fa4b77918cba628e04c4452dbca1;p=16.git diff --git a/awoo.sh b/awoo.sh index d17cbad7..1f82d931 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 +. ./wbuild.sh +#if [ -f "*.exe" ] +# then +#fi +wmake -h www +wmake -h clean +if [ -z "$*" ]; then + pee="wwww" + else + pee="$*" fi +##echo "$pee" +git add . +. ./boop.sh "$pee" +. ./builq.sh