Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
free
/
freedombone
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
9622
Commits
5
Ramas
Árbol:
43cf7e3d20
bashrc/stretch
jessie
master
stockholm
stretch
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '43cf7e3d20'
${ noResults }
freedombone
/
tests
/
check-ipv6-enable.sh
check-ipv6-enable.sh
82B
Histórico
Original
1
2
3
4
5
6
#!/bin/bash
if [ -a /proc/net/if_inet6 ];then
echo bad
exit 1
fi