all repos

dotfiles @ f80a25e

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) | ."