Skip to content

Instantly share code, notes, and snippets.

@shoaibi
Created January 20, 2017 11:47
Show Gist options
  • Select an option

  • Save shoaibi/b22d5b1deab09c226beead7bc948062d to your computer and use it in GitHub Desktop.

Select an option

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