Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
free
/
freedombone
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
9622
Commits
5
Branches
Tag:
43cf7e3d20
bashrc/stretch
jessie
master
stockholm
stretch
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 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