Created
June 24, 2014 20:43
-
-
Save yurrriq/0000207e165a310e1bdb to your computer and use it in GitHub Desktop.
Flush DNS Cache on Mac OS X 10.9.x
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
#!/bin/bash | |
dscacheutil -flushcache && sudo killall -HUP mDNSResponder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment