Skip to content

Instantly share code, notes, and snippets.

@libert-xyz
Created January 21, 2021 22:33
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 libert-xyz/9f49e6fcc88e53319cd028be5d4635d1 to your computer and use it in GitHub Desktop.
Save libert-xyz/9f49e6fcc88e53319cd028be5d4635d1 to your computer and use it in GitHub Desktop.
bash script to get ip info using ipinfo.io API
#!/bin/bash
curl https://ipinfo.io/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment