cleanup code

This commit is contained in:
ksyasuda 2022-06-12 19:02:15 -07:00
parent ec41f5abb3
commit acdcf05514

View File

@ -337,7 +337,6 @@ main() {
case "$selection" in case "$selection" in
1.) 1.)
lg "Streaming mode" lg "Streaming mode"
echo "ARGS: ${args[*]}"
run "${args[@]}" run "${args[@]}"
;; ;;
2.) 2.)