Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
@ -1,6 +1,5 @@
#Archives the current project under the applicable program name.
#C
echo $#
if [[ "$#" -gt 1 ]];
then
mkdir archives/$1
@ -1,7 +1,6 @@
#Adds a commit message and pushes project to github repository.
COMMIT_MESSAGE="$*"
echo $*
FIRST_LINE=true
while IFS= read -r line
do