Add jq to ipinfo

This commit is contained in:
Hoang Nguyen 2021-03-13 18:40:37 +03:00
parent 0823dfb1e6
commit 30cd42b7b2
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# $1=geo for verbose look up
curl "https://ipinfo.io/$1"
curl -s "https://ipinfo.io/$1" | jq .