Subversion Repositories wimsdev

Rev

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

  1. #! /bin/sh
  2.  
  3. wims_home=`pwd`;
  4. wims_dirtest="$wims_home/wimstest/dirtest";
  5. w_msg2wims_primitives="if ifval for while
  6.    reload fold ref link docform form resource calcform embed
  7.    exercise tool doc example help adm tooltip href slib
  8.    def define comment draw canvasdraw audio"
  9. export w_msg2wims_primitives
  10.  
  11. $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg2doc $wims_home/wimstest/tmp/msg1
  12.  
  13. perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1
  14. cp -f $wims_home/wimstest/tmp/msg1 $wims_home/wimstest/tmp/msg2doc
  15.