Quote:
Originally Posted by Brujah
|
thanks ;)
Code:
chris@ubuntu:~$ curl -s "http://www.geody.com/geoip.php?ip=$(curl -s icanhazip.com)" | sed '/^IP:/!d;s/<[^>][^>]*>//g'
IP: 24.141.68.148 Location: Burlington, ONTARIO, Canada (Cogeco Cable Solutions)
chris@ubuntu:~$
