all repos

dotfiles @ 61a2707c89fb21eda32f1230f7c88b1f96afa0b8

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