all repos

dotfiles @ 05fbaa17097e613f69fef0218ba4736f940fdc0e

i use rach linux btw

dotfiles/bin/ipinfo (view raw)

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