QUOTE(monaz @ Sep 9 2011, 10:51 PM)
what is geektool script for weather? running lion. from google seems need to install something. i need only the script for shell
CODE
curl --silent "http://weather.yahooapis.com/forecastrss?p=ASXX0112&u=c" | grep -E '(Current Conditions:|C<BR)' | tail -n1 | sed -e 's/<BR \/>//' -e 's/\(.*\), \(.*\) C$/\2˚C/'
ASXX0112 should be modified according to your city
Sep 10 2011, 09:25 AM

Quote
0.0343sec
0.24
7 queries
GZIP Disabled