dotfiles/bin/ipinfo
2025-01-02 23:26:38 +02:00

2 lines
74 B
Bash
Executable file

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