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