summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2013-02-20 17:34:33 +0100
committerSimon Rettberg2013-02-20 17:34:33 +0100
commitca78a40eeb92214753589113cc245788155f59cd (patch)
tree53f4ee61f578afe4fe03d2a3747ea3b470776147 /mltk
parentRemove *.la files that confuse libtool (diff)
downloadtm-scripts-ca78a40eeb92214753589113cc245788155f59cd.tar.gz
tm-scripts-ca78a40eeb92214753589113cc245788155f59cd.tar.xz
tm-scripts-ca78a40eeb92214753589113cc245788155f59cd.zip
Make mltk more good and less bad
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk16
1 files 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() {