Re: meeting

From: Anthony Towns <aj(at)azure(dot)humbug(dot)org(dot)au>
To: "M(dot) Drew Streib" <dtype(at)dtype(dot)org>
Cc: spi-general(at)spi-inc(dot)org
Subject: Re: meeting
Date: 2003-07-01 16:33:30
Message-ID: 20030701163330.GA17607@azure.humbug.org.au
Views: Raw Message | Whole Thread | Download mbox
Thread:
Lists: spi-general

On Tue, Jul 01, 2003 at 01:01:03AM +0000, M. Drew Streib wrote:
> This is a reminder that there will be a SPI board meeting on the
> first Tuesday following this message (maybe even today) at 1900 UTC.
> (And more recently sometimes at 2000 UTC. Lets confirm this before the
> meeting please.)
>
> This is my cheap cron hack until I get something better.

script.sh:
#!/bin/sh
next_week_is_next_month () {
[ `date +"%m"` = `date -d '7 days' +"%m"` ]
}
if next_week_is_next_month; then
mail -s "Board meeting next tuesday" spi-general(at)lists(dot)spi-inc(dot)org <<EOF
blah
EOF
fi

0 0 * * 2 script.sh

Including the current agenda in the mail is left as an exercise to
the reader.

Cheers,
aj

--
Anthony Towns <aj(at)humbug(dot)org(dot)au> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. GPG signed mail preferred.

``Is this some kind of psych test?
Am I getting paid for this?''

Responses

  • Re: meeting at 2003-07-01 16:39:33 from M. Drew Streib

Browse spi-general by date

  From Date Subject
Next Message M. Drew Streib 2003-07-01 16:39:33 Re: meeting
Previous Message M. Drew Streib 2003-07-01 01:01:03 meeting