Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 2 years ago
parent 8c8c81a3a7
commit 8fab4d863c
  1. 2
      C/scripts/archive.sh

@ -1,6 +1,6 @@
#Archives the current project under the applicable program name. #Archives the current project under the applicable program name.
#C #C
if [[ "$#" -eq 2 ]]; if [[ "$#" -gt 1 ]];
then then
mkdir archives/$1 mkdir archives/$1
cp -R src current archives/$1 cp -R src current archives/$1

Loading…
Cancel
Save