From 58ed708e0edd692642f792d286cb35e912865ceb Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 5 Feb 2016 14:22:58 -0600 Subject: [PATCH] ww --- awoo.sh | 16 ++++++++++++++++ boop.sh | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100755 awoo.sh create mode 100755 boop.sh diff --git a/awoo.sh b/awoo.sh new file mode 100755 index 0000000..bf9ffa3 --- /dev/null +++ b/awoo.sh @@ -0,0 +1,16 @@ +#!/bin/bash +if [ -z "$*" ]; then + pee="wwww" + else + pee="$*" +fi +##echo "$pee" +git add . +. ./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 diff --git a/boop.sh b/boop.sh new file mode 100755 index 0000000..c57c4e5 --- /dev/null +++ b/boop.sh @@ -0,0 +1,6 @@ +#!/bin/bash +git commit -a -m "$1" +git push x4 master +#git push origin master +#git push jp master +#git push sf master -- 2.39.5