Ver código fonte

fix netwait

pull/1/head
10sr 11 anos atrás
pai
commit
42e62b21af
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver arquivo

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

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


Carregando…
Cancelar
Salvar