We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1a08e commit d0d83a6Copy full SHA for d0d83a6
bin/run.sh
@@ -12,6 +12,7 @@ while [ $# -gt 0 ]; do
12
;;
13
--max-score=*)
14
MAX_SCORE="${1#*=}"
15
+ MAX_SCORE="${MAX_SCORE:-0}"
16
17
--setup-command=*)
18
SETUP_COMMAND="${1#*=}"
0 commit comments