This repository has been archived on 2019-02-28. You can view files and clone it, but cannot push or open issues or pull requests.

8 lines
129 B
Bash
Executable File

#!/bin/bash
IP=$(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//')
echo "$IP"
echo "$IP"
echo ""