X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=inline;f=awoo.sh;h=a49a73c72e3e5f5457f563eed0ea69cc28004f91;hb=a70a2b458eb4342f3a22449fd3b5193b6b112724;hp=0d6a1dc3b4c91c4efed21ecdd0248ffe1d122b6e;hpb=52faa857e77f0e19701f5b77fce7e3f8ba19e778;p=16.git diff --git a/awoo.sh b/awoo.sh old mode 100644 new mode 100755 index 0d6a1dc3..a49a73c7 --- a/awoo.sh +++ b/awoo.sh @@ -1,4 +1,18 @@ #!/bin/bash +wmake +wmake comp +if [ -f "*.exe" ] + then +cp -f *.exe /var/www/ +scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/ +fi +wmake 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" +wmake inputest.exe