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 eef9892 commit 666ef60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified RIC.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions zipper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
zipperParentPathName=$(dirname "$0")
programPath=TeamCode/src/main/java/org/firstinspires/ftc/teamcode

echo ParentPath "${zipperParentPathName}"
echo ProgramPath "${programPath}"

cd ${programPath} || exit
rm -i RIC.zip
zip -r RIC.zip ./
Expand Down

0 comments on commit 666ef60

Please sign in to comment.