From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <578ef45f1811e9b42bf6d32cf8cf30c4@quintile.net> From: "Steve Simon" Date: Fri, 1 Oct 2004 18:03:50 +0100 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ojuaiwcvxptyqxfrnfxovezcyl" Subject: [9fans] weather Topicbox-Message-UUID: ebcbf090-eacd-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ojuaiwcvxptyqxfrnfxovezcyl Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit > for those of us in north america there's a similarly simple weather > monitoring service (it was very interesting to watch florida this That reminds me, I noticed /rc/bin/weather appeared a while back which is US-centric, so I wrote /rc/bin/ukweather (attached) Perhaps we should have a nod to internationalisation (sic) with /rc/bin/country/uk/weather etc and bind the apropriate one into /bin? -Steve --upas-ojuaiwcvxptyqxfrnfxovezcyl Content-Disposition: attachment; filename=ukweather Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit #!/bin/rc hget http://www.met-office.gov.uk/weather/europe/uk/uk_printable.html | htmlfmt | sed ' 1,/^Key$/d /^UK ADVANCE WARNINGS OF SEVERE WEATHER$/,$d ' window -dx 275 -dy 220 hget http://www.met-office.gov.uk/datafiles/6hrlyani.gif '|' gif -e --upas-ojuaiwcvxptyqxfrnfxovezcyl--