Skip to content

Instantly share code, notes, and snippets.

@robballou
Created May 25, 2012 20:42
Show Gist options
  • Save robballou/2790449 to your computer and use it in GitHub Desktop.
Save robballou/2790449 to your computer and use it in GitHub Desktop.
What is my IP?
#!/bin/bash
IP=`curl -s http://whatismyip.org/`
echo $IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment