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 +