From 7cee21611dd417cc5fa397fec211a186e764f823 Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Sat, 15 Mar 2025 15:32:50 +0100 Subject: [PATCH] Command sshm connect deleted --- sshm.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sshm.bash b/sshm.bash index 92cdb70..03d5c3c 100755 --- a/sshm.bash +++ b/sshm.bash @@ -42,7 +42,6 @@ sshm_help() { cat< Connect directly to SSH host by name list List SSH hosts and prompt for connection - connect Connect to SSH host by number or name ping Ping an SSH host to check availability view Check configuration of host delete Delete an SSH host from the configuration @@ -356,9 +355,6 @@ sshm_main() { "list") sshm_list "$config_file" ;; - "connect") - sshm_connect "$config_file" "$@" - ;; "ping") sshm_ping "$config_file" "$@" ;;