1#!/bin/bash
2
3trap 'exit 0' 15
4$POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/ide_cdrom_copy
5exit $?
6