Last active
November 30, 2024 01:53
-
-
Save arumals/1b40b79724e1025fb826105d0ade5623 to your computer and use it in GitHub Desktop.
Alias to print my geolocation from the command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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