mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 20:42:10 -07:00
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/bin/sh
|
|
|
|
#wget http://ipinfo.io/ip -qO -
|
|
|
|
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
|