Skip to content

Instantly share code, notes, and snippets.

@smileart
Created January 13, 2014 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smileart/8397002 to your computer and use it in GitHub Desktop.
Save smileart/8397002 to your computer and use it in GitHub Desktop.
Aliases for easy switching the network on and off on OS X systems
alias offline='networksetup -setairportpower en1 off'
alias online='networksetup -setairportpower en1 on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment