updating work space

This commit is contained in:
KitsuShadow
2015-07-28 23:26:17 -04:00
parent 00287a1f41
commit 28a22a6d43
35 changed files with 5176 additions and 4068 deletions

View File

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