diff --git a/push.sh b/push.sh new file mode 100644 index 00000000..5595692a --- /dev/null +++ b/push.sh @@ -0,0 +1,8 @@ +#Test Script + +clear +git status +git add --all +IFS= read -r -p "Enter commit message: " com +git commit -m "$com" +git push