Subversion Repositories wimsdev

Rev

Rev 2441 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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. LC_ALL=C sed 's/\&/\&amp;/g' <$oefname | LC_ALL=C sed 's/</\&lt;/g;s/>/\&gt;/g'
  9.