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 15e07a3 commit ee3dc08Copy full SHA for ee3dc08
go.sh
@@ -7,6 +7,9 @@ if [ -z "$TARGETS" ]; then
7
echo "Please specify target"
8
exit 1
9
fi
10
+if [ "$TARGETS" == "all" ]; then
11
+ TARGETS=$(ls -1 configs/ | sed 's/.config//')
12
+fi
13
14
REQUIRED_VERSION=1.23.0
15
COMMIT="f8874f447e40852d33d65c1f443a90b0760901df"
0 commit comments