Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8819 | bpr | 1 | #! /bin/sh |
2 | |||
3 | wims_home=`pwd`; |
||
4 | wims_dirtest="$wims_home/wimstest/dirtest"; |
||
5 | |||
6 | test="test1 test2 test3 test4 test5 |
||
7 | test11 test12 test13 test14 test15 |
||
8 | test21 test22 test23 test24 test25 |
||
9 | test31 test32 test33" |
||
10 | |||
11 | for a in $test; do |
||
12 | $wims_home/src/wims test $wims_dirtest sort $a |
||
13 | done; |