Skip to content

Instantly share code, notes, and snippets.

@djromero
Last active August 29, 2015 14:16
Show Gist options
  • Save djromero/a2bba268373dd3cc8c39 to your computer and use it in GitHub Desktop.
Save djromero/a2bba268373dd3cc8c39 to your computer and use it in GitHub Desktop.
Copy current external IP address in #mac Terminal
curl -s 'http://api.ipify.org' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment