Rev 14805 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14805 | Rev 17881 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | wims_dirtest="$wims_home/wimstest/dirtest"; |
4 | wims_dirtest="$wims_home/wimstest/dirtest"; |
5 | w_msg2wims_primitives= |
5 | w_msg2wims_primitives=`grep msgprim $wims_home/public_html/scripts/primitives/allmsgprim | awk -F "=" '{print $2}'` |
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" |
- | |
- | 6 | ||
9 | export w_msg2wims_primitives |
7 | export w_msg2wims_primitives |
10 | 8 | ||
11 | $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg2doc $wims_home/wimstest/tmp/msg1 |
9 | $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg2doc $wims_home/wimstest/tmp/msg1 |
12 | 10 | ||
13 | perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1 |
11 | perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1 |