Parcourir la source

fix netwait

pull/1/head
10sr il y a 12 ans
Parent
révision
42e62b21af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Voir le fichier

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

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


Chargement…
Annuler
Enregistrer