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 42a7b89 commit 35325bdCopy full SHA for 35325bd
scripts/dailyBuild.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-while getopts t:d: flag; do
+while getopts t:d:b:u: flag; do
3
case "${flag}" in
4
t) DATE="${OPTARG}" ;;
5
d) DRIVER="${OPTARG}" ;;
0 commit comments