Browse Source

Update zwavejs2mqtt_container.sh

tteckster 3 years ago
parent
commit
21e266c50d
1 changed files with 20 additions and 0 deletions
  1. 20 0
      ct/zwavejs2mqtt_container.sh

+ 20 - 0
ct/zwavejs2mqtt_container.sh

@@ -1,4 +1,10 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+YW=`echo "\033[33m"`
+BL=`echo "\033[36m"`
+RD=`echo "\033[01;31m"`
+CM='\xE2\x9C\x94\033'
+GN=`echo "\033[1;92m"`
+CL=`echo "\033[m"`
 
 
 while true; do
 while true; do
     read -p "This will create a New Zwavejs2MQTT LXC Container. Proceed(y/n)?" yn
     read -p "This will create a New Zwavejs2MQTT LXC Container. Proceed(y/n)?" yn
@@ -8,6 +14,20 @@ while true; do
         * ) echo "Please answer yes or no.";;
         * ) echo "Please answer yes or no.";;
     esac
     esac
 done
 done
+function header_info {
+echo -e "${RD}
+  ______                       _     ___  __  __  ____ _______ _______ 
+ |___  /                      (_)   |__ \|  \/  |/ __ \__   __|__   __|
+    / /_      ____ ___   _____ _ ___   ) | \  / | |  | | | |     | |   
+   / /\ \ /\ / / _  \ \ / / _ \ / __| / /| |\/| | |  | | | |     | |   
+  / /__\ V  V / (_| |\ V /  __/ \__ \/ /_| |  | | |__| | | |     | |   
+ /_____|\_/\_/ \__,_| \_/ \___| |___/____|_|  |_|\___\_\ |_|     |_|   
+                             _/ |                                      
+                            |__/                                       
+${CL}"
+}
+
+header_info
 
 
 set -o errexit 
 set -o errexit 
 set -o errtrace 
 set -o errtrace