Created
June 22, 2023 13:19
-
-
Save AdamGagorik/181ba9c14f98317643c9c3e16c3e5e2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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