Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fe73f01
)
Updated base.functions.bash to reflect the new color names
author
Robert R Evans
<robert@codewranglers.org>
Wed, 6 Oct 2010 22:24:04 +0000
(15:24 -0700)
committer
Robert R Evans
<robert@codewranglers.org>
Wed, 6 Oct 2010 22:24:04 +0000
(15:24 -0700)
functions/base.funtions.bash
patch
|
blob
|
history
diff --git
a/functions/base.funtions.bash
b/functions/base.funtions.bash
index
f0544c6
..
4b41cce
100644
(file)
--- a/
functions/base.funtions.bash
+++ b/
functions/base.funtions.bash
@@
-6,7
+6,7
@@
function ips {
function myip {
res=$(curl -s checkip.dyndns.org | grep -Eo '[0-9\.]+')
- echo "Your public IP is: ${
LIGHT_GREEN} $res ${NORMAL
}"
+ echo "Your public IP is: ${
bold_green} $res ${normal
}"
}