From 8dbf7d157c92e166d0fec16c5dd2dc196a59ac56 Mon Sep 17 00:00:00 2001 From: kitsushadow Date: Sat, 11 Jul 2015 02:54:45 -0400 Subject: [PATCH] push --- test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test diff --git a/test b/test new file mode 100755 index 00000000..e510436c --- /dev/null +++ b/test @@ -0,0 +1,9 @@ +#Test Script + +clear +git status +git add --all +read COM +git commit -m $COM +git push +