Questo sito funziona meglio con JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
free
/
freedombone
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
9667
Commit
5
Rami (Branch)
Albero (Tree):
278eabd149
bashrc/stretch
jessie
master
stockholm
stretch
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from '278eabd149'
${ noResults }
freedombone
/
tests
/
check-ipv6-enable.sh
check-ipv6-enable.sh
82B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/bash
if [ -a /proc/net/if_inet6 ];then
echo bad
exit 1
fi