mirror of
https://github.com/dustinkirkland/byobu.git
synced 2025-01-30 06:43:26 -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/<.*$//'
|