diff --git a/C/scripts/archive.sh b/C/scripts/archive.sh index 71da0cb..650dcf7 100755 --- a/C/scripts/archive.sh +++ b/C/scripts/archive.sh @@ -1,6 +1,5 @@ #Archives the current project under the applicable program name. #C -echo $# if [[ "$#" -gt 1 ]]; then mkdir archives/$1 diff --git a/C/scripts/commit.sh b/C/scripts/commit.sh index 4f55ada..0f56a8f 100755 --- a/C/scripts/commit.sh +++ b/C/scripts/commit.sh @@ -1,7 +1,6 @@ #Adds a commit message and pushes project to github repository. #C COMMIT_MESSAGE="$*" -echo $* FIRST_LINE=true while IFS= read -r line do