Skip to content

Commit

Permalink
更新 zipper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Aug 21, 2024
1 parent bd62b69 commit e332765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zipper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
mv "${programPath}"/RIC.zip "${zipperParentPathName}"

0 comments on commit e332765

Please sign in to comment.