mirror of
https://github.com/dustinkirkland/byobu.git
synced 2024-11-13 19:50:07 -08:00
6 lines
123 B
Bash
6 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/<.*$//'
|