Skip to content

Instantly share code, notes, and snippets.

@Avalarion
Created February 2, 2014 23:17
Show Gist options
  • Save Avalarion/8776500 to your computer and use it in GitHub Desktop.
Save Avalarion/8776500 to your computer and use it in GitHub Desktop.
Get IP via CLI
wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]|.]//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment