]> 4ch.mooo.com Git - 16.git/blobdiff - awoo.sh
wwww
[16.git] / awoo.sh
diff --git a/awoo.sh b/awoo.sh
index 5073f2bf14d16907d07aa714921fc92afa322534..f5b766ec3c8874cb6404d68005d9e38b6e8d8a5e 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,6 +1,12 @@
 #!/bin/bash
+if [ -z "$*" ]; then
+               pee="wwww"
+       else
+               pee="$*"
+fi
+##echo "$pee"
 git add .
-. ./boop.sh "$*"
+. ./boop.sh "$pee"
 cp -fp *.exe /var/www/
 scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/
 #if [ -f "*.exe" ]