Skip to content

Instantly share code, notes, and snippets.

@butaji
Created September 3, 2011 23:52
Show Gist options
  • Save butaji/1191962 to your computer and use it in GitHub Desktop.
Save butaji/1191962 to your computer and use it in GitHub Desktop.
Yahoo weather image for Moscow
curl -o /tmp/weather.html http://weather.yahoo.com/russia/moskva/moscow-2122265/;
curl -o /tmp/currenttemp.png `grep 'div class="forecast-icon" style="background:url(' /tmp/weather.html | awk -F"'" '{ print $2 }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment