9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] traffic
@ 2004-10-08 10:44 Steve Simon
  2004-10-08 11:58 ` Dave Lukes
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Simon @ 2004-10-08 10:44 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

Its gone too quite by half around here recently, and my
workload has increased dramaticially so all I can offer is
another toy script, uktraffic - I find it usefull.

-Steve

[-- Attachment #2: uktraffic --]
[-- Type: text/plain, Size: 343 bytes --]

#!/bin/rc
#
#	UK traffic congestion reports
#

rac=http://www.rac.co.uk/travelservices/
for ( region in greater_london motorway scotland southern_england midlands north wales )
	hget $rac^$region^/ >[2] /dev/null |
		htmlfmt |
		sed '
			1,/^Sort traffic by$/d
			/^No news to report$/d
			/^Traffic news on your mobile$/,$d
		'

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] traffic
  2004-10-08 10:44 [9fans] traffic Steve Simon
@ 2004-10-08 11:58 ` Dave Lukes
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Lukes @ 2004-10-08 11:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hey, give yourself a huge pat on the back:
it's more than most of us have managed to do recently!

Cheers,
    Dave (frustrated 9'er).

Steve Simon wrote:

>Its gone too quite by half around here recently, and my
>workload has increased dramaticially so all I can offer is
>another toy script, uktraffic - I find it usefull.
>
>-Steve
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-08 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-08 10:44 [9fans] traffic Steve Simon
2004-10-08 11:58 ` Dave Lukes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).