diff options
| -rwxr-xr-x | mltk | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -22,14 +22,14 @@ ROOT_DIR=$(dirname ${SELF}) . ${ROOT_DIR}/helper/functions.common.sh banner () { - echo -e "\t __ __ __ " - echo -e "\t.--------.| | | |_| |--." - echo -e "\t| || |_| _| < " - echo -e "\t|__|__|__||____|____|__|__|" - echo -e "\t " - echo -e "\t ** OpenSLX Project // 2013 **" - echo -e "\t http://lab.openslx.org/" - echo -e "" + echo -e "\033[38;5;202m\t __ __ __ " + echo -e "\033[38;5;202m\t.--------.| | | |_| |--." + echo -e "\033[38;5;208m\t| || |_| _| < " + echo -e "\033[38;5;214m\t|__|__|__||____|____|__|__|" + echo -e "\033[38;5;214m\t " + echo -e "\033[38;5;220m\t ** OpenSLX Project // 2013 **" + echo -e "\033[38;5;226m\t http://lab.openslx.org/" + echo -e "\033[0m" } print_usage() { |
