This website requires JavaScript.
Explore
Help
Register
Sign In
free
/
freedombone
Watch
1
Star
0
Fork
You've already forked freedombone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
855816f05b
freedombone
/
tests
/
check-ipv6-enable.sh
7 lines
82 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
-a /proc/net/if_inet6
]
;
then
echo
bad
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink