all repos

dotfiles @ 4f8c4ae7397ea8f90f0d3b01dc8b344580cd4490

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