Explorar el Código

fix netwait

pull/1/head
10sr hace 12 años
padre
commit
42e62b21af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver fichero

@@ -210,7 +210,7 @@ scr(){
}

netwait(){
while ! ping example.com -c 1
while ! ping -c 1 -t 1 example.com
do
true
done


Cargando…
Cancelar
Guardar