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