use cgecho for green output

This commit is contained in:
Andreas Steffen
2007-08-03 10:58:45 +00:00
parent d49cc7b383
commit 90b21fde11
12 changed files with 37 additions and 36 deletions
+3
View File
@@ -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"