all repos

dotfiles @ 72cc1a3b2dbe8c5390322055e5acc3edc64cb0fb

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