Explorar el Código

Use hostname instead of uname for startup

pull/15/head
10sr hace 8 años
padre
commit
7d10aee011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      shrc

+ 1
- 1
shrc Ver fichero

@@ -201,7 +201,7 @@ command -v fortune >/dev/null && {

if null type figlet && null type lolcat
then
figlet `uname -sm` | lolcat
hostname -s | figlet | lolcat
fi

uname -a


Cargando…
Cancelar
Guardar