diff --git a/zipper.sh b/zipper.sh index 7e83cb9..6547b15 100644 --- a/zipper.sh +++ b/zipper.sh @@ -4,8 +4,8 @@ programPath=${zipperParentPathName}/TeamCode/src/main/java/org/firstinspires/ftc echo ParentPath "${zipperParentPathName}" echo ProgramPath "${programPath}" -cd ${programPath} || exit +cd "${programPath}" || exit rm -i RIC.zip zip -r RIC.zip ./ cd "${zipperParentPathName}" || exit -mv ${programPath}/RIC.zip "${zipperParentPathName}" \ No newline at end of file +mv "${programPath}"/RIC.zip "${zipperParentPathName}" \ No newline at end of file