Created
February 5, 2019 15:44
-
-
Save rca/c0b67a1e3c2d175a843ae0f94fcaa7be to your computer and use it in GitHub Desktop.
Flushes local DNS cache on MacOS X
This file contains 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
#!/bin/bash | |
set -e | |
sudo killall -HUP mDNSResponder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment