Skip to content

Instantly share code, notes, and snippets.

@pashri
Created June 20, 2025 11:56
Show Gist options
  • Save pashri/1e6e631514eeb67e6373e45ae9795d9d to your computer and use it in GitHub Desktop.
Save pashri/1e6e631514eeb67e6373e45ae9795d9d to your computer and use it in GitHub Desktop.
Find your computer's location
curl -s ipinfo.io | jq -r '[.city, .region, .country] | join(", ")' | cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment