fix config parsing

This commit is contained in:
Denis Lehmann 2021-04-25 03:23:22 +02:00
parent a8e197cd7c
commit 71b7c3a5ff

3
strm
View file

@ -34,7 +34,8 @@ list=false
for arg in "$@"; do for arg in "$@"; do
case $arg in case $arg in
-c|--config) -c|--config)
config="$1" config="$2"
shift
shift shift
;; ;;
-h|--help) -h|--help)