Parcourir la source

add func netwait

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

+ 8
- 0
bashrc Voir le fichier

@@ -203,6 +203,14 @@ then
|| complete -o default -o nospace -F _git g
fi

netwait(){
while ! ping example.com -c 1
do
true
done
echo network works.
}

cd(){
if test $# -eq 0
then


Chargement…
Annuler
Enregistrer