all repos

dotfiles @ 34f696607a684bb561eebeaeb66e93cec3942f8a

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