]> mj.ucw.cz Git - moe.git/blobdiff - mop/admin/mo-grab-remote.sh
mop: mo-score has gained a --table option for nice textual tables
[moe.git] / mop / admin / mo-grab-remote.sh
index 3f1eb7e31d17482ffaf44f8e574c24886937585c..167532efb39f1e542ead28a7b2d480d1bfd8e1cf 100755 (executable)
@@ -6,12 +6,13 @@
 set -e
 . cf/mop
 
+rsync -a mo-submit@mo100:solutions/ submits
 for user in `bin/mo-get-users` ; do
        echo -n "$user:"
        mkdir -p solutions/$user
        for t in $@ ; do
                rm -rf solutions/$user/$t
-               D=$MO_ROOT/eval/submit/solutions/$user/$t
+               D=submits/$user/$t
                if [ -d $D ] ; then
                        echo -n " $t"
                        cp -a $D solutions/$user/$t