Skip to content

Commit

Permalink
加入.sh 特有的 #! /bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Aug 28, 2024
1 parent e8c689f commit 4ae5d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions UpgradeZipper.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /bin/bash
zipperParentPathName=$(dirname "$0")
programPath=${zipperParentPathName}/TeamCode/src/main/java/org/firstinspires/ftc/teamcode

Expand Down
1 change: 1 addition & 0 deletions Zipper.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /bin/bash
zipperParentPathName=$(dirname "$0")
programPath=${zipperParentPathName}/TeamCode/src/main/java/org/firstinspires/ftc/teamcode

Expand Down

0 comments on commit 4ae5d48

Please sign in to comment.