Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ames!sgi!dragon!schuman From: schuman@sgi.com (Aaron Schuman) Newsgroups: comp.sys.sgi Subject: Re: Ical update wanted. Message-ID: <1990Nov19.171917.15946@relay.wpd.sgi.com> Date: 19 Nov 90 17:19:17 GMT References: <9011160859.AA11697@karron.med.nyu.edu> Sender: news@relay.wpd.sgi.com ( CNews Account ) Organization: Silicon Graphics 415-335-1901 Lines: 10 Dan> Is there a simple way to bump the calendar program Dan> at night so that is shows the correct day if you Dan> leave it running overnight ? I use this easy shell script (kept in ~/bin/cal_update): kill `ps -ef | grep ical | grep -v ep | awk '{print $2}'` /usr/sbin/ical echo "sh /usr/people/schuman/bin/cal_update" | at 0500 tomorrow