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
9678
Commits
5
Ramas
Árbol:
ceedc3e08c
bashrc/stretch
jessie
master
stockholm
stretch
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'ceedc3e08c'
${ 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