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
Bash
Executable File

#!/bin/sh
# $1=geo for verbose look up
curl "https://ipinfo.io/$1"