Created
June 5, 2015 03:05
-
-
Save ronalddddd/ce54ffe2268d8de222cd to your computer and use it in GitHub Desktop.
Get my public IP from bash
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
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