From 36421358a4b89d8eba0c4a320cd4aeb6d598591f Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 6 Nov 2021 16:24:57 +0200 Subject: [PATCH] add ssh-tunneling --- auto-complete.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-complete.sh b/auto-complete.sh index b70c6f2..e0ca1ee 100755 --- a/auto-complete.sh +++ b/auto-complete.sh @@ -4,7 +4,7 @@ function libs() { if [ "$1" != "" ]; then - COMPREPLY=($(compgen -W "network-scanning sensor-node help" "${COMP_WORDS[$COMP_CWORD]}")) + COMPREPLY=($(compgen -W "network-scanning sensor-node ssh-tunneling help" "${COMP_WORDS[$COMP_CWORD]}")) fi }