#!/bin/sh
(attach -quiet -nomap -nozephyr info 2>&1 ; \
 cat /mit/info/Consulting_Schedule) \
    | /etc/athena/console \
	-notimestamp -geom 503x400+260+24 \
	-xrm "*hideButton.activateProc: delete()" \
	-xrm "*title.label: OLC Hours"
exit 0
