Skip to content

Instantly share code, notes, and snippets.

@arumals
Created May 16, 2024 21:17
Show Gist options
  • Save arumals/1b40b79724e1025fb826105d0ade5623 to your computer and use it in GitHub Desktop.
Save arumals/1b40b79724e1025fb826105d0ade5623 to your computer and use it in GitHub Desktop.
Alias to print my geolocation from the command line
alias mylocation="curl -s 'http://ip-api.com/json/' | jq ."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment