Advertisement
Guest User

Untitled

a guest
May 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. # power cycle wifi because Apple laptops crap out when waking from sleep
  4. # might need to replace 'airport' with 'en0' - the first attempt will stdout the one that worked
  5. alias wtf='networksetup -setairportpower airport off; networksetup -setairportpower airport on'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement