123456
  1. #!/bin/bash
  2. if [ -a /proc/net/if_inet6 ];then
  3. echo bad
  4. exit 1
  5. fi