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 a7b3886 commit 5380d0fCopy full SHA for 5380d0f
generate-stackbrew-library.sh
@@ -3,8 +3,12 @@ set -e
3
4
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
5
6
+# Used dynamically: print "$array_" $1
7
+# shellcheck disable=SC2034
8
array_4_8='4 argon';
9
10
array_6_11='6 boron';
11
12
array_8_1='8 latest';
13
14
cd $(cd ${0%/*} && pwd -P);
0 commit comments