Files
dotfiles/.config/polybar/scripts/pub_ipv4.sh
druckdev b1d396babd *: Use /usr/bin/env in shebangs for bash & zsh
To increase the portability (OSX for example has zsh under `/bin/zsh`).
2021-07-14 13:48:21 +02:00

4 lines
58 B
Bash
Executable File

#!/usr/bin/env bash
echo $(curl -s https://ipinfo.io/ip)