We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed67fa9 commit 6697477Copy full SHA for 6697477
download-stdlib.sh
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
curl https://github.com/ArkScript-lang/std/archive/refs/heads/master.zip -O -J -L
4
unzip -oq std-master.zip "std-master/*.ark" -x "std-master/tests/*"
5
download.sh
set -e
VERSION="$1"
0 commit comments