3 [ -n "$1" ] || { echo "Usage: mo-grab-remote <tasks>" ; exit 1 ; }
4 [ -f config ] || { echo "Missing config file, check cwd." ; exit 1 ; }
8 for user in `bin/mo-get-users` ; do
10 mkdir -p solutions/$user
12 rm -rf solutions/$user/$t
13 D=$MO_ROOT/eval/submit/solutions/$user/$t
16 cp -a $D solutions/$user/$t