zeus 3 years ago
parent
commit
2e569c47f7
  1. 9
      build.sh

9
build.sh

@ -29,6 +29,8 @@ usage ()
echo "" echo ""
echo " Examples of [OPTIONS] can be:" echo " Examples of [OPTIONS] can be:"
echo "" echo ""
echo -e " ${txtg}all:${NOCOLOR} All "
echo ""
echo -e " ${txtg}faq:${NOCOLOR} FAQ " echo -e " ${txtg}faq:${NOCOLOR} FAQ "
echo "" echo ""
echo -e " ${txtg}iptables:${NOCOLOR} This tutorial demonstrates, howto setup iptables & howto use it " echo -e " ${txtg}iptables:${NOCOLOR} This tutorial demonstrates, howto setup iptables & howto use it "
@ -113,6 +115,13 @@ do
COMMAND_CREATE=1 COMMAND_CREATE=1
;; ;;
all)
DESC="all" ;
build="build.sh" ;
docdir="all" ;
COMMAND_CREATE=1
;;
network-adhoc) network-adhoc)
DESC="network-adhoc" ; DESC="network-adhoc" ;
build="build.sh" ; build="build.sh" ;

Loading…
Cancel
Save