dotfiles/bin/ipinfo
2024-10-30 14:42:32 +02:00

3 lines
75 B
Bash
Executable file

#!/usr/bin/env bash
curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."