X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=1f82d9312b220484abf225f12a93f717f3e70c3c;hb=6340f73596b16d6b718e3ddca2b09f13ce521f6d;hp=0d6a1dc3b4c91c4efed21ecdd0248ffe1d122b6e;hpb=b224605886508490c12d3136e188894c58293aac;p=16.git diff --git a/awoo.sh b/awoo.sh old mode 100644 new mode 100755 index 0d6a1dc3..1f82d931 --- a/awoo.sh +++ b/awoo.sh @@ -1,4 +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/ +. ./boop.sh "$pee" +. ./builq.sh