Skip to content

Instantly share code, notes, and snippets.

@jmazzi
Created June 17, 2009 17:09
Show Gist options
  • Save jmazzi/131360 to your computer and use it in GitHub Desktop.
Save jmazzi/131360 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment