#!/bin/bash -p

# Copy all log files from experiments from pool to local directory
# Assumes we are in the drectory ANN/bin !
# Only one host is necessary, because they all share the same NFS

scp 'ifipool302-07.in.tu-clausthal.de:/home/zach/ANN/log_*' ../log

