Skip to content

Instantly share code, notes, and snippets.

@pearlboy
Created July 2, 2019 15:14
Show Gist options
  • Save pearlboy/10cf83936d63075abb1b578ca5f34e00 to your computer and use it in GitHub Desktop.
Save pearlboy/10cf83936d63075abb1b578ca5f34e00 to your computer and use it in GitHub Desktop.
gw=$(ip route get 8.8.8.8 | grep via | awk '{print $3}') && ping -W 2 -c 1 $gw > /dev/null 2>&1 && echo $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment