|
|
@ -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 |
|
|
|