X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=awoo.sh;h=0c3b5a4ec5f123e3d242228bb5fb6c12f03f11ca;hb=863a0f5bcb8a0ece97795128d28c72a24f60fde8;hp=0d6a1dc3b4c91c4efed21ecdd0248ffe1d122b6e;hpb=f1605e99959acfb32b36ae875601fc14dd670742;p=16.git diff --git a/awoo.sh b/awoo.sh index 0d6a1dc3..0c3b5a4e 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,4 +1,17 @@ #!/bin/bash +wmake +wmake comp +if [ -f "*.exe" ] + then +cp -fp *.exe /var/www/ +scp -rp -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"