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