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