Skip to content

Instantly share code, notes, and snippets.

@Tryum
Created November 29, 2017 13:22
Show Gist options
  • Save Tryum/c5f71bd92aede65a3ba33cc5cf481087 to your computer and use it in GitHub Desktop.
Save Tryum/c5f71bd92aede65a3ba33cc5cf481087 to your computer and use it in GitHub Desktop.
google ping
function ping_gw() {
ping -c 1 google.com > /dev/null && return 0 || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment