Browse Source

Renaming script + better behavior without color

Without color stderr lines will be prefixed by [ERR]
Yann Weber 7 years ago
parent
commit
f4333651cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mhssh

pssh.sh → mhssh View File

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

Loading…
Cancel
Save