all repos

dotfiles @ 4f8c4ae

my dotfiles

bin/ipinfo (view raw)

1
2
3
#!/usr/bin/env bash

curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."