Browse Source

Renaming script + better behavior without color

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

pssh.sh → mhssh View File

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

Loading…
Cancel
Save