Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent be390376bb
commit 99744732c2
  1. 1
      C/scripts/archive.sh
  2. 1
      C/scripts/commit.sh

@ -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.
#C
COMMIT_MESSAGE="$*"
echo $*
FIRST_LINE=true
while IFS= read -r line
do

Loading…
Cancel
Save