Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#! /bin/sh
# We use shell script to output oef source file, because
# otherwise the $ sign will be substituted.
sessiond=$w_wims_home/$w_wims_sesdir
oefname=$sessiond/submit.oef
sed 's/\&/\&/g' <$oefname | sed 's/</\</g;s/>/\>/g'