Skip to content

Instantly share code, notes, and snippets.

@cgorshing
Last active September 1, 2020 02:43
Show Gist options
  • Save cgorshing/70f9abc8ea4a410cf304d290656cce66 to your computer and use it in GitHub Desktop.
Save cgorshing/70f9abc8ea4a410cf304d290656cce66 to your computer and use it in GitHub Desktop.
Script I run when I'm having some weirdness with wifi (normally when traveling)
sudo ifconfig en0 down
sleep 5
sudo route flush
sudo ifconfig en0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment