Przeglądaj źródła

Renaming script + better behavior without color

Without color stderr lines will be prefixed by [ERR]
Yann Weber 8 lat temu
rodzic
commit
f4333651cf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      mhssh

pssh.sh → mhssh Wyświetl plik

@@ -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…
Anuluj
Zapisz