From bf8691e10c223a9a00e7264f8823179596470822 Mon Sep 17 00:00:00 2001 From: KitsuShadow Date: Sun, 21 Feb 2016 13:01:40 -0500 Subject: [PATCH] Commit Me Please --- push.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/push.sh b/push.sh index 922814c9..5595692a 100755 --- a/push.sh +++ b/push.sh @@ -3,7 +3,6 @@ clear git status git add --all -echo "Enter commit message" -read COM -git commit -m $COM +IFS= read -r -p "Enter commit message: " com +git commit -m "$com" git push