Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Created June 1, 2017 02:46
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 tcelestino/c70e36c06cc1f47f59f8d3f896f5e81d to your computer and use it in GitHub Desktop.
Save tcelestino/c70e36c06cc1f47f59f8d3f896f5e81d to your computer and use it in GitHub Desktop.
Get free wifi - based in Remy Sharp's post: https://remysharp.com/2017/05/29/getting-free-wifi
alias freewifi="sudo ifconfig en0 ether `openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment