From f938fd4d5b070a57a643a45f3dba29401c81bb62 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 24 Aug 2025 19:40:37 +0200 Subject: [PATCH] Add startall and stopall --- bin/ssh-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ssh-proxy b/bin/ssh-proxy index 1ee632a..2c3188b 100755 --- a/bin/ssh-proxy +++ b/bin/ssh-proxy @@ -26,7 +26,7 @@ case ${1} in showHelp exit 0 ;; - "status");; + "status" | "startall" | "stopall");; "start" | "stop") if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then showHelp