CI improvements
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
VALID_CONFIGS=(feedc0de comred mick peter greyhash)
|
||||
VALID_CONFIGS=(
|
||||
"feedc0de"
|
||||
"comred"
|
||||
"mick"
|
||||
"peter"
|
||||
"greyhash"
|
||||
)
|
||||
|
||||
print_usage() {
|
||||
echo "usage: ./switchconf.sh ${VALID_CONFIGS[@]}"
|
||||
|
Reference in New Issue
Block a user