From 0f72f54ebdd5967d2feec249b5578a5ded4861ec Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Sun, 17 Jul 2022 14:24:06 -0500 Subject: [PATCH] Complete Co-authored-by: sigonasr2 --- C/scripts/commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/C/scripts/commit.sh b/C/scripts/commit.sh index 0f56a8f..4f55ada 100755 --- a/C/scripts/commit.sh +++ b/C/scripts/commit.sh @@ -1,6 +1,7 @@ #Adds a commit message and pushes project to github repository. #C COMMIT_MESSAGE="$*" +echo $* FIRST_LINE=true while IFS= read -r line do