#!/bin/sh
# Do a bunch of runs of this program
for i in 0 1 2 3 4 5 6 7 8 9
do
for j in 0 1 2 3 4 5 6 7 8 9
for k in 0 1 2 3 4 5 6 7 8 9
if ./sigtramp
then
:
else
exit 1
fi
done