#!/bin/bash 

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