dotfiles/shell/scripts/dyndns.sh

5 lines
72 B
Bash
Raw Normal View History

#!/usr/bin/env bash
CURRENT_IP=$(curl -s ifconfig.me)
echo $CURRENT_IP