From 90b21fde11067943e930b8af694b6e9af1fb9c08 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 3 Aug 2007 10:58:45 +0000 Subject: use cgecho for green output --- testing/scripts/function.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testing/scripts/function.sh') 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" -- cgit v1.2.3