#!/bin/bash

trap 'exit 0' 15
$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/copy_large_tree
exit $?