aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/function.sh
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-03 10:58:45 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-03 10:58:45 +0000
commit90b21fde11067943e930b8af694b6e9af1fb9c08 (patch)
tree2e9f32c46f8b0399094d5708f888607a547d8635 /testing/scripts/function.sh
parentd49cc7b3833da8ca6bce90fbd21bebdf47c3a670 (diff)
downloadstrongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.bz2
strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.xz
use cgecho for green output
Diffstat (limited to 'testing/scripts/function.sh')
-rwxr-xr-xtesting/scripts/function.sh3
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"