Rev 2477 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2477 | Rev 7684 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | 8 | ||
9 | rm -f score/supervisor >/dev/null |
9 | rm -f score/supervisor >/dev/null |
10 | m=`cat score/* 2>/dev/null | grep -c .` |
10 | m=`cat score/* 2>/dev/null | grep -c .` |
11 | n=`cat noscore/* 2>/dev/null | grep -c .` |
11 | n=`cat noscore/* 2>/dev/null | grep -c .` |
12 | echo "$m $n" |
12 | echo "$m $n" |
13 | - |