Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/sh
- watch -n $1 curl -s "http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=${@:-?????}"|perl -ne '/<title>([^<]+)/&&printf "%s: ",$1;/<fcttext>([^<]+)/&&print $1,"\n " ' | fmt -t;
RAW Paste Data


