Skip to content

Commit b46af5d

Browse files
committed
add bash header
1 parent 1b02d52 commit b46af5d

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

tools/beta.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
24
cd "$DIR"
35
cd ..

tools/merge.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
24
cd "$DIR"
35
cd ..

tools/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
24
cd "$DIR"
35
cd ..

0 commit comments

Comments
 (0)