Subversion Repositories wimsdev

Rev

Blame | 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.  
  12. $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg $wims_home/wimstest/tmp/msg1
  13.  
  14. perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1
  15. cp -f $wims_home/wimstest/tmp/msg1 $wims_home/wimstest/tmp/msg
  16.