From 2aef3d3127f76e0446a2cbd686d2390934464a0a Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 6 Nov 2021 16:08:16 +0200 Subject: [PATCH] add ssh-tunneling --- build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build.sh b/build.sh index f9b1728..68a89f7 100755 --- a/build.sh +++ b/build.sh @@ -33,6 +33,8 @@ usage () echo "" echo -e " ${txtg}sensor-node:${NOCOLOR} This tutorial demonstrates, howto create a mote with Raspberry Pi and Arduino & howto use it " echo "" + echo -e " ${txtg}ssh-tunneling:${NOCOLOR} This tutorial demonstrates, howto create a ssh-tunneling & howto use it " + echo "" echo -e " ${txtg}help:${NOCOLOR} show this message" echo " ./build.sh help" echo "" @@ -93,6 +95,14 @@ do COMMAND_CREATE=1 ;; + ssh-tunneling) + DESC="SSH Tunneling" ; + build="build.sh" ; + # source adoc directory + docdir="ssh-tunneling" ; + COMMAND_CREATE=1 + ;; + *) echo "ERROR: unknown parameter \"$PARAM\"" usage