Rev 14800 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14800 | bpr | 1 | #! /bin/sh |
2 | |||
3 | wims_home=`pwd`; |
||
14804 | bpr | 4 | wims_dirtest="$wims_home/wimstest/dirtest"; |
14800 | bpr | 5 | |
14804 | bpr | 6 | $wims_home/src/OefMsg2wims/msg2wims $wims_dirtest/msg2wims $wims_home/wimstest/tmp/msg1 |
14800 | bpr | 7 | |
14804 | bpr | 8 | cat $wims_home/wimstest/tmp/msg1 |
14800 | bpr | 9 | |
14804 | bpr | 10 | perl -pi -e 's/ +\n/\n/' $wims_home/wimstest/tmp/msg1 |
11 | cp -f $wims_home/wimstest/tmp/msg1 $wims_home/wimstest/tmp/msg2wims |