Renaming script + better behavior without color
Without color stderr lines will be prefixed by [ERR]
This commit is contained in:
parent
a87a27ae06
commit
f4333651cf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ case "$1" in
|
|||
-n|--no-color)
|
||||
[ $# -eq 1 ] && nocmd
|
||||
shift
|
||||
red=''
|
||||
red='[ERR] '
|
||||
grn=''
|
||||
raz=''
|
||||
;;
|
||||
Loading…
Add table
Add a link
Reference in a new issue