#!/bin/sh
#
wget "http://www.itunes.com/version?touchUpdate=true" -q -O -|grep iPod|grep ipsw|cut -d ">" -f 2|cut -d "<" -f 1|sort -u|grep Protect
:D
Sunday, June 21, 2009
A shell script..
Subscribe to:
Posts (Atom)
News, hacks, gadgets, thoughts. Welcome to my world.
#!/bin/sh
#
wget "http://www.itunes.com/version?touchUpdate=true" -q -O -|grep iPod|grep ipsw|cut -d ">" -f 2|cut -d "<" -f 1|sort -u|grep Protect
:D