diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 10:58:45 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 10:58:45 +0000 |
commit | 90b21fde11067943e930b8af694b6e9af1fb9c08 (patch) | |
tree | 2e9f32c46f8b0399094d5708f888607a547d8635 /testing/scripts/function.sh | |
parent | d49cc7b3833da8ca6bce90fbd21bebdf47c3a670 (diff) | |
download | strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.bz2 strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.xz |
use cgecho for green output
Diffstat (limited to 'testing/scripts/function.sh')
-rwxr-xr-x | testing/scripts/function.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/scripts/function.sh b/testing/scripts/function.sh index aa944924c..dad4fa8f7 100755 --- a/testing/scripts/function.sh +++ b/testing/scripts/function.sh @@ -24,6 +24,9 @@ function cecho { echo -e "\033[1;31m$1\033[0m" } +function cgecho { + echo -e "\033[1;32m$1\033[0m" +} function cecho-n { echo -en "\033[1;31m$1\033[0m" |