Skip to content

Commit 4ae5d48

Browse files
committed
加入.sh 特有的 #! /bin/bash
1 parent e8c689f commit 4ae5d48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UpgradeZipper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /bin/bash
12
zipperParentPathName=$(dirname "$0")
23
programPath=${zipperParentPathName}/TeamCode/src/main/java/org/firstinspires/ftc/teamcode
34

Zipper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /bin/bash
12
zipperParentPathName=$(dirname "$0")
23
programPath=${zipperParentPathName}/TeamCode/src/main/java/org/firstinspires/ftc/teamcode
34

0 commit comments

Comments
 (0)