Leko says to YSITD #!/bin/bash ping -6 -I "${ip}" -c1 google.com 1>/dev/null 2>/dev/null if [[ $? -eq "0" ]]; then echo "Success" fi