Go to most recent revision | Details | 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 | oef2wims_mdef="oefenv" |
||
6 | export oef2wims_mdef |
||
7 | |||
8 | $wims_home/src/OefMsg2wims/oef2wims $wims_dirtest/oef $wims_home/wimstest/tmp/oef1 |
||
9 | perl -pi -e 's/ +\n/\n/g' $wims_home/wimstest/tmp/oef1 |
||
10 | cp -f $wims_home/wimstest/tmp/oef1 $wims_home/wimstest/tmp/oef |