Subversion Repositories wimsdev

Rev

Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
#! /bin/sh
2
# We use shell script to output oef source file, because
3
# otherwise the $ sign will be substituted.
4
 
5
sessiond=$w_wims_home/$w_wims_sesdir
6
oefname=$sessiond/submit.oef
7
 
8
sed 's/\&/\&amp;/g' <$oefname | sed 's/</\&lt;/g;s/>/\&gt;/g'
9