#!/bin/csh -f
/usr/athena/bin/olcr replay $1 -file /tmp/foofile
zwrite -q -n -s "" -c $user -i new_question $user < /tmp/foofile
/bin/rm /tmp/foofile
