#! /bin/csh
curl -s -L http://phobos.apple.com/version | grep -i Restore | grep -i iPhone | grep -i 4.0
if ($? == 1) then
echo “Nothing yet…”
else
say “FOUR POINT OH FIRMWARE IS NOW AVAILABLE”
endif
sleep 30