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