From fb4bb69ef055511cfd76cfb1ca7ad0eedde35ff9 Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 5 Nov 2021 22:44:16 +0200 Subject: [PATCH] docs sensor-mote --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 214ff80..ba83b19 100755 --- a/build.sh +++ b/build.sh @@ -21,8 +21,11 @@ usage () echo " USAGE: ./build.sh [OPTIONS]" echo "" echo " Examples of [OPTIONS] can be:" + echo "" echo " network-scanning: This tutorial demonstrates some common nmap port scanning scenarios and explains the output. " echo "" + echo " sensor-node: This tutorial demonstrates, howto create a mote with Raspberry Pi and Arduino & howto use it " + echo "" echo " help: show this message" echo " ./build.sh help" echo ""