Files
ForgeCraft/push.sh
2015-07-11 08:45:39 -04:00

9 lines
82 B
Bash
Executable File

#Test Script
clear
git status
git add --all
read COM
git commit -m $COM
git push