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