all repos

dotfiles @ e3c86138efc52aa469cd50d7908be29e538a25f3

my dotfiles

bin/ipp (view raw)

1
2
3
4
5
#!/bin/sh
if [ -f '/usr/bin/curl' ]
then curl ipinfo.io/ip
else wget -qO- ipinfo.io/ip
fi