Skip to content

Commit 6697477

Browse files
committed
fix(scripts): adding shebangs
1 parent ed67fa9 commit 6697477

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

download-stdlib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
curl https://github.com/ArkScript-lang/std/archive/refs/heads/master.zip -O -J -L
24
unzip -oq std-master.zip "std-master/*.ark" -x "std-master/tests/*"
35

download.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -e
24

35
VERSION="$1"

0 commit comments

Comments
 (0)