2 # Copy submit certificates to contestants' machines. Each machine gets
3 # only the certs of the contestants who should use it.
5 [ -f cf/mop ] || { echo "Missing config file, check cwd." ; exit 1 ; }
9 while IFS=" " read LOGIN FULL MACH ; do
10 if [ -z "$1" -o "$1" == "$LOGIN" ] ; then
11 echo "$LOGIN -> $MACH"
12 D=$MO_ROOT/users/$LOGIN/$LOGIN/
13 rsync -av $D/.mo root@$MACH:$D/