From 062f1fe8af8fa3513aa2be632aa4cc7b18751f1f Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 1 Oct 2015 13:07:52 -0500 Subject: [PATCH] wwww --- awoo.sh | 2 +- boop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awoo.sh b/awoo.sh index 5cfad0d1..5b9b7263 100755 --- a/awoo.sh +++ b/awoo.sh @@ -1,6 +1,6 @@ #!/bin/bash git add . -. ./boop.sh %1 +. ./boop.sh "$1" cp -fp *.exe /var/www/html/ zip /var/www/html/scroll scroll.exe zip /var/www/html/exmmtest exmmtest.exe diff --git a/boop.sh b/boop.sh index 43c7ac8e..a897d93b 100755 --- a/boop.sh +++ b/boop.sh @@ -1,5 +1,5 @@ #!/bin/bash -git commit -a -m %1 +git commit -a -m "$1" git push x4 master git push origin master git push jp master -- 2.39.5