X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=1f82d9312b220484abf225f12a93f717f3e70c3c;hb=4df04665672df77e5f3101db8dda37725a219655;hp=0751007bbba10ccd85b5e841084d4cf5dfe36ca9;hpb=f3a083c1918f2764ac6abb747fabc0b9210d1c21;p=16.git diff --git a/awoo.sh b/awoo.sh old mode 100644 new mode 100755 index 0751007b..1f82d931 --- a/awoo.sh +++ b/awoo.sh @@ -1,5 +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/ -cp -fp 16/exmmtest/EXMMTEST.EXE /var/www/html/exmmbc.exe +. ./boop.sh "$pee" +. ./builq.sh