Ver a proveniência

add func netwait

pull/1/head
10sr há 12 anos
ascendente
cometimento
b3808bf6c9
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      bashrc

+ 8
- 0
bashrc Ver ficheiro

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


Carregando…
Cancelar
Guardar