mscripts/scripts/whatIsMyIP
2016-09-18 14:20:38 +02:00

8 lines
149 B
Bash
Executable File

#!/bin/bash
echo -----------------------------
echo Public Facing IP Address
echo -----------------------------
wget http://ipinfo.io/ip -qO -
echo