From ca78a40eeb92214753589113cc245788155f59cd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 20 Feb 2013 17:34:33 +0100 Subject: Make mltk more good and less bad --- mltk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mltk b/mltk index b53c3976..b46899b8 100755 --- a/mltk +++ b/mltk @@ -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() { -- cgit v1.2.3-55-g7522