Sfoglia il codice sorgente

add func netwait

pull/1/head
10sr 12 anni fa
parent
commit
b3808bf6c9
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      bashrc

+ 8
- 0
bashrc Vedi File

@@ -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


Caricamento…
Annulla
Salva