Renaming script + better behavior without color

Without color stderr lines will be prefixed by [ERR]
This commit is contained in:
Yann Weber 2016-09-05 18:54:32 +02:00
commit f4333651cf

View file

@ -46,7 +46,7 @@ case "$1" in
-n|--no-color)
[ $# -eq 1 ] && nocmd
shift
red=''
red='[ERR] '
grn=''
raz=''
;;