Skip to content

Instantly share code, notes, and snippets.

@egulhan
Created August 9, 2014 19:32
Show Gist options
  • Select an option

  • Save egulhan/ffb4756e96d3209e9eea to your computer and use it in GitHub Desktop.

Select an option

Save egulhan/ffb4756e96d3209e9eea to your computer and use it in GitHub Desktop.
Learn external IP on CLI
# Add this func. to your .bashrc
function ext-ip () { curl http://ipecho.net/plain; echo; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment