X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=1f82d9312b220484abf225f12a93f717f3e70c3c;hb=f1b47ff4240cf37aaf64b01f7f57a4d908058857;hp=fadae323e4b8275d3d761f86a7bbc5a249787f93;hpb=782698815e46a402cdc7bb8e4f4bcc835ad0e097;p=16.git diff --git a/awoo.sh b/awoo.sh index fadae323..1f82d931 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,6 +1,16 @@ #!/bin/bash +. ./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 . -bash ./boop.sh -cp -fp *.exe /var/www/html/ -zip /var/www/html/scroll scroll.exe -zip /var/www/html/exmmtest exmmtest.exe +. ./boop.sh "$pee" +. ./builq.sh