new workspace

This commit is contained in:
KitsuShadow
2015-07-28 23:27:27 -04:00
parent 28a22a6d43
commit a1d3b54d6f
530 changed files with 2222 additions and 21468 deletions

9
push.sh Executable file
View File

@@ -0,0 +1,9 @@
#Test Script
clear
git status
git add --all
echo "Enter commit message"
read COM
git commit -m $COM
git push