all repos

dotfiles @ 4e2f196

i use rach linux btw

dotfiles/bin/public-ip (view raw)

Smirnov Olexandr Smirnov Olexandr
ss2316544@gmail.com
Update berry, i3, neofetch config & add ip scripts, 5 years ago
1
#!/bin/sh
2
if [ -f '/usr/bin/curl' ]
3
then
4
    curl ipinfo.io/ip
5
else
6
    wget -qO- ipinfo.io/ip
7
fi