Skip to content

Instantly share code, notes, and snippets.

@paulmolluzzo
Created May 28, 2016 23:55
Show Gist options
  • Save paulmolluzzo/482c6c2700fe9066a8c25586a9d5eb63 to your computer and use it in GitHub Desktop.
Save paulmolluzzo/482c6c2700fe9066a8c25586a9d5eb63 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# power cycle wifi because Apple laptops crap out when waking from sleep
# might need to replace 'airport' with 'en0' - the first attempt will stdout the one that worked
alias wtf='networksetup -setairportpower airport off; networksetup -setairportpower airport on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment