Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
@ -1,6 +1,6 @@
#Archives the current project under the applicable program name.
#C
if [[ "$#" -eq 2 ]];
if [[ "$#" -gt 1 ]];
then
mkdir archives/$1
cp -R src current archives/$1