Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
add func netwait
pull/1/head
10sr
hace 12 años
padre
337862cedb
commit
b3808bf6c9
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+8
-0
bashrc
+ 8
- 0
bashrc
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar