Last active
April 6, 2017 15:58
-
-
Save seankross/ca53998f03ac435bfb82e21df8ce01f5 to your computer and use it in GitHub Desktop.
power cycle wifi
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
alias wifi='networksetup -setairportpower en0 off;sleep 2;networksetup -setairportpower en0 on' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment