all repos

dotfiles @ 4eaa8851c600503ff1f5073d02c75355a1d80f99

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