use cgecho for green output
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user