View Single Post
Og eventuelt: http://www.tuaw.com/2010/06/21/ios-4...k-terminal-ti/


Kode

#! /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