all repos

dotfiles @ 02b4623c31ccd60215ff9c93e19a334f46ffd100

i use rach linux btw

dotfiles/bin/ipinfo (view raw)

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