CI improvements

This commit is contained in:
2021-09-18 21:32:50 +02:00
parent 161abf5ddd
commit daaf4365af
3 changed files with 37 additions and 1 deletions

View File

@@ -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[@]}"