Selaa lähdekoodia

Renaming script + better behavior without color

Without color stderr lines will be prefixed by [ERR]
Yann Weber 8 vuotta sitten
vanhempi
commit
f4333651cf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      mhssh

pssh.sh → mhssh Näytä tiedosto

@@ -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…
Peruuta
Tallenna