Rev 14805 | 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"; |
||
17881 | bpr | 5 | w_msg2wims_primitives=`grep msgprim $wims_home/public_html/scripts/primitives/allmsgprim | awk -F "=" '{print $2}'` |
6 | |||
8844 | bpr | 7 | export w_msg2wims_primitives |
8 | |||
14805 | bpr | 9 | $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg2doc $wims_home/wimstest/tmp/msg1 |
8844 | bpr | 10 | |
11 | perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1 |
||
14805 | bpr | 12 | cp -f $wims_home/wimstest/tmp/msg1 $wims_home/wimstest/tmp/msg2doc |