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. #Archives the current project under the applicable program name.
#C #C
echo $#
if [[ "$#" -gt 1 ]]; if [[ "$#" -gt 1 ]];
then then
mkdir archives/$1 mkdir archives/$1

@ -1,7 +1,6 @@
#Adds a commit message and pushes project to github repository. #Adds a commit message and pushes project to github repository.
#C #C
COMMIT_MESSAGE="$*" COMMIT_MESSAGE="$*"
echo $*
FIRST_LINE=true FIRST_LINE=true
while IFS= read -r line while IFS= read -r line
do do

Loading…
Cancel
Save