commit | ea0dc44c537b8c9bc1cf7d184a1566bfadae45a1 | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周四 1月 26 08:18:43 2012 -0600 |
committer | Travis Swicegood <development@domain51.com> | 周四 1月 26 08:18:59 2012 -0600 |
tree | b82921d879c3c70149ce0bc3a92b5032701652dd | |
parent | ae3acff27d9e244b174873086b767f68abb19184 [diff] |
Switch to echo -e and use echo safe colors (fixes: #96)
diff --git a/plugins/available/base.plugin.bash b/plugins/available/base.plugin.bash index 7a6dc80..0a4e0c8 100644 --- a/plugins/available/base.plugin.bash +++ b/plugins/available/base.plugin.bash
@@ -12,7 +12,7 @@ function myip { res=$(curl -s checkip.dyndns.org | grep -Eo '[0-9\.]+') - echo "Your public IP is: ${bold_green} $res ${normal}" + echo -e "Your public IP is: ${echo_bold_green} $res ${echo_normal}" } pass() {