I now use:



#!/bin/bash
wget http://Www.whatismyip.org -O - -o /dev/null
echo
exit 0