Skip to content

Instantly share code, notes, and snippets.

@patricksuo
Created April 25, 2016 01:42
Show Gist options
  • Save patricksuo/20ef3d2519745f2228eee5d4749da35f to your computer and use it in GitHub Desktop.
Save patricksuo/20ef3d2519745f2228eee5d4749da35f to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# via http://osxdaily.com/2014/10/25/fix-wi-fi-problems-os-x-yosemite/
launchctl unload -w /System/Library/LaunchDaemons/com.apple.wifid.plist
launchctl load -w /System/Library/LaunchDaemons/com.apple.wifid.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment