Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | #! /bin/sh |
2 | |||
3 | if [ -z "$wims_exec_parm" ]; then |
||
4 | cd $w_wims_home/log/classes/$w_wims_class |
||
5 | else |
||
6 | cd $w_wims_home/$wims_exec_parm |
||
7 | fi |
||
8 | |||
9 | rm -f score/supervisor >/dev/null |
||
10 | m=`cat score/* 2>/dev/null | grep -c .` |
||
11 | n=`cat noscore/* 2>/dev/null | grep -c .` |
||
12 | echo "$m $n" |
||
13 |