diff options
| author | Simon Rettberg | 2013-02-20 17:34:33 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-02-20 17:34:33 +0100 |
| commit | ca78a40eeb92214753589113cc245788155f59cd (patch) | |
| tree | 53f4ee61f578afe4fe03d2a3747ea3b470776147 | |
| parent | Remove *.la files that confuse libtool (diff) | |
| download | tm-scripts-ca78a40eeb92214753589113cc245788155f59cd.tar.gz tm-scripts-ca78a40eeb92214753589113cc245788155f59cd.tar.xz tm-scripts-ca78a40eeb92214753589113cc245788155f59cd.zip | |
Make mltk more good and less bad
| -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() { |
