Browse Source

add ssh-tunneling

master
zeus 3 years ago
parent
commit
36421358a4
  1. 2
      auto-complete.sh

2
auto-complete.sh

@ -4,7 +4,7 @@ function libs()
{ {
if [ "$1" != "" ]; if [ "$1" != "" ];
then 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 fi
} }

Loading…
Cancel
Save