Skip to content

Instantly share code, notes, and snippets.

@shoaibi
Created January 20, 2017 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoaibi/b22d5b1deab09c226beead7bc948062d to your computer and use it in GitHub Desktop.
Save shoaibi/b22d5b1deab09c226beead7bc948062d to your computer and use it in GitHub Desktop.
#!/bin/bash
# Without $1, it'd use your Public IP
curl -s http://ip-api.com/json/$1 | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment