Switch to echo -e and use echo safe colors (fixes: #96)

pull/95/merge
Travis Swicegood 2012-01-26 08:18:43 -06:00
parent ae3acff27d
commit ea0dc44c53
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function down4me() {
function myip { function myip {
res=$(curl -s checkip.dyndns.org | grep -Eo '[0-9\.]+') 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() { pass() {