This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.local/bin/ipinfo

6 lines
69 B
Plaintext
Raw Normal View History

2021-03-13 16:34:45 +01:00
#!/bin/sh
# $1=geo for verbose look up
curl "https://ipinfo.io/$1"