Browse Source

add ssh-tunneling

master
zeus 3 years ago
parent
commit
2aef3d3127
  1. 10
      build.sh

10
build.sh

@ -33,6 +33,8 @@ usage ()
echo "" echo ""
echo -e " ${txtg}sensor-node:${NOCOLOR} This tutorial demonstrates, howto create a mote with Raspberry Pi and Arduino & howto use it " echo -e " ${txtg}sensor-node:${NOCOLOR} This tutorial demonstrates, howto create a mote with Raspberry Pi and Arduino & howto use it "
echo "" 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 -e " ${txtg}help:${NOCOLOR} show this message"
echo " ./build.sh help" echo " ./build.sh help"
echo "" echo ""
@ -93,6 +95,14 @@ do
COMMAND_CREATE=1 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\"" echo "ERROR: unknown parameter \"$PARAM\""
usage usage

Loading…
Cancel
Save