Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
add func netwait
pull/1/head
10sr
12 anni fa
parent
337862cedb
commit
b3808bf6c9
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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
Scrivi
Anteprima
Caricamento…
Annulla
Salva