Skip to content

Instantly share code, notes, and snippets.

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