jmazzi (owner)

Revisions

gist: 131360 Download_button fork
public
Public Clone URL: git://gist.github.com/131360.git
Embed All Files: show embed
Bash #
1
while(true); do curl -s -L http://phobos.apple.com/version | grep -i restore | grep '_3.' | perl -p -e 's/<string>http:\/\/.*\/(.*)<\/string>/$1/g' | perl -p -e 's/\s+/\n/g' | grep -v iPhone2,1_3.0_7A341_Restore; sleep 10; done