Skip to content

Instantly share code, notes, and snippets.

@TemporaryJam
Last active December 29, 2015 01:59
Show Gist options
  • Save TemporaryJam/7596767 to your computer and use it in GitHub Desktop.
Save TemporaryJam/7596767 to your computer and use it in GitHub Desktop.
Find IP on the terminal (CLI)
wget http://ipecho.net/plain -O - -q ; echo
@jn0
Copy link

jn0 commented May 6, 2015

echo $(curl -Ss http://ipecho.net/plain)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment