Rev 2441 |
Blame |
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
LC_ALL=C sed 's/\&/\&/g' <$oefname | LC_ALL=C sed 's/</\</g;s/>/\>/g'