2 # Find all submits in the local copy of contestants' home directories
3 # (as created by mo-backup) and print their status.
6 echo "Directory name expected"
9 for m in `cd $1 ; echo *` ; do
11 for d in $1/$m/mo??/mo?? ; do
13 if [ $u != mo00 -a `ls $d | wc -l` -gt 0 ] ; then
15 if [ -d $d/.submit ] ; then
17 ( cd $d/.submit ; echo -n * )