Question about the list and follow up to advice questions

Monty J. Harder mjharder at gmail.com
Sat Jan 27 09:20:30 CST 2007


On 1/26/07, cragos at gmail.com <cragos at gmail.com> wrote:
> I moved all the way back to KC to attend KCLUG meetings, and I've
> already missed two.
>
> I could set up some sort of reminder myself,

http://kclug.org/KCLUG.ics might be a good starting point for that.

A more primitive approach would do something like this:

case `date +%d` in
 [1-7]) [ `date +%w` = 3 ] || exit;;
 1[5-9]|2[01]) [ `date +%w` = 2 ] || exit;;
esac
#Your Reminder Here


More information about the Kclug mailing list