##!/bin/sh

GALS=`ssh drahokam ls /aux/fox/bench/*/Makefile.def | cut -d/ -f5`

for d in $GALS
do
  rsync -av --include "*.eps" --exclude="*" drahokam:/aux/fox/bench/$d/plots/ $d
done
