Created
March 20, 2015 14:41
-
-
Save pjendrusik/054c229df30f69121813 to your computer and use it in GitHub Desktop.
Command for determining my public IP?
This file contains 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
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment