diff options
author | Lukc <lukc@upyum.com> | 2010-12-17 18:36:28 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-17 18:36:28 +0100 |
commit | 40a209622a48332cc2de9b15dbc13ad33ec5202e (patch) | |
tree | 58c7744f83435a2543f6f7ffb04fd2dd7bda89ca | |
parent | a7f0bf58d1a391b55063b90ddf39708b88decc75 (diff) | |
download | base-40a209622a48332cc2de9b15dbc13ad33ec5202e.tar.gz base-40a209622a48332cc2de9b15dbc13ad33ec5202e.tar.bz2 base-40a209622a48332cc2de9b15dbc13ad33ec5202e.tar.xz base-40a209622a48332cc2de9b15dbc13ad33ec5202e.zip |
C’est plus jolis comme ça. o/
-rwxr-xr-x | rc/rc.multi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/rc.multi b/rc/rc.multi index cd30bc5..d11f000 100755 --- a/rc/rc.multi +++ b/rc/rc.multi @@ -13,10 +13,10 @@ fi echo_err () { echo -n -e "\033[00;31m\033[66G!$1!\033[00m" - echo -e "\033[72G\033[00;01;31m[ERROR]\033[00m" + echo -e "\033[76G\033[00;01;31m[X]\033[00m" } echo_ok () { - echo -e "\033[75G\033[00;01;32m[OK]\033[00m" + echo -e "\033[76G\033[00;01;32m[V]\033[00m" } |