Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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;
- '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement