2 # Grab all submits from the submit server and copy them to solutions/.
4 [ -n "$1" ] || { echo "Usage: mo-grab-remote <tasks>" ; exit 1 ; }
5 [ -f cf/mop ] || { echo "Missing config file, check cwd." ; exit 1 ; }
9 for user in `bin/mo-get-users` ; do
11 mkdir -p solutions/$user
13 rm -rf solutions/$user/$t
14 D=$MO_ROOT/eval/submit/solutions/$user/$t
17 cp -a $D solutions/$user/$t