Archived
1
0

1 Commits
0.0.9 ... main

Author SHA1 Message Date
f938fd4d5b Add startall and stopall 2025-08-24 19:40:37 +02:00

View File

@@ -26,7 +26,7 @@ case ${1} in
showHelp showHelp
exit 0 exit 0
;; ;;
"status");; "status" | "startall" | "stopall");;
"start" | "stop") "start" | "stop")
if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then
showHelp showHelp