From 438f16e16574123048bacffb8a5fe49941e354e3 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 7 Jan 2016 13:12:31 -0600 Subject: [PATCH] modified: awoo.sh --- awoo.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/awoo.sh b/awoo.sh index 9e26c56..bf9ffa3 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,3 +1,16 @@ #!/bin/bash +if [ -z "$*" ]; then + pee="wwww" + else + pee="$*" +fi +##echo "$pee" git add . -bash ./boop.sh +. ./boop.sh "$pee" +#cp -fp *.exe /var/www/ +#scp -rp -P 26 *.exe 4ch.mooo.com:/var/www/16/ +#if [ -f "*.exe" ] +# then +#zip /var/www/scroll scroll.exe +#zip /var/www/exmmtest exmmtest.exe +#fi -- 2.39.2