Rev 14804 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8844 | bpr | 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 | |||
14805 | bpr | 11 | $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg2doc $wims_home/wimstest/tmp/msg1 |
8844 | bpr | 12 | |
13 | perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1 |
||
14805 | bpr | 14 | cp -f $wims_home/wimstest/tmp/msg1 $wims_home/wimstest/tmp/msg2doc |