changed how LOC is treated, its just a file path now, the way it was before was stupid

This commit is contained in:
Michael Scalzetti 2022-03-24 02:42:38 -04:00
parent a36b21bbef
commit 56873672ce

View File

@ -1,7 +1,7 @@
LOC=$1 LOC=$1
USER=$2 USER=$2
7z x $LOC.zip -o./files/temp/$USER/ 7z x $LOC -o./files/temp/$USER/
mv ./files/temp/$USER/* /home/$USER/ mv ./files/temp/$USER/* /home/$USER/