Created
August 9, 2014 19:32
-
-
Save egulhan/ffb4756e96d3209e9eea to your computer and use it in GitHub Desktop.
Learn external IP on CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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