Skip to content

Instantly share code, notes, and snippets.

@AdamGagorik
Created June 22, 2023 13:19
Show Gist options
  • Save AdamGagorik/181ba9c14f98317643c9c3e16c3e5e2b to your computer and use it in GitHub Desktop.
Save AdamGagorik/181ba9c14f98317643c9c3e16c3e5e2b to your computer and use it in GitHub Desktop.
echo "# ping"
ping -q -w1 -c1 google.com &>/dev/null && echo online || echo offline
echo ""
echo "# scutil"
scutil -r google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment