all repos

dotfiles @ e6bd4f6c12f7ce8002227beb010208edeb71e3ec

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