9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Steve Simon" <steve@quintile.net>
To: 9fans@cse.psu.edu
Subject: [9fans] traffic
Date: Fri,  8 Oct 2004 11:44:55 +0100	[thread overview]
Message-ID: <46c40cc6e0e0dd7e5d4c33d57494b85d@quintile.net> (raw)

[-- 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
		'

             reply	other threads:[~2004-10-08 10:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-08 10:44 Steve Simon [this message]
2004-10-08 11:58 ` Dave Lukes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46c40cc6e0e0dd7e5d4c33d57494b85d@quintile.net \
    --to=steve@quintile.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).