#!/bin/bash -p

# Copy this directory (ANN) to all hosts in the pool
# Assumes we are in the drectory ANN/bin !
# Only one host is necessary, because they all share the same NFS

./copy_to ifipool


