Ical update wanted.

Aaron Schuman schuman at sgi.com
Tue Nov 20 04:19:17 AEST 1990


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



More information about the Comp.sys.sgi mailing list