#
# trace19.txt - Forward SIGINT to every process in foreground process group
#
/bin/echo -e tsh\076 ./mysplit 10
NEXT
./mysplit 10 
WAIT

SIGINT
NEXT

/bin/echo -e tsh\076 /bin/sh -c \047/bin/ps ha | /bin/fgrep -v grep | /bin/fgrep mysplit\047
NEXT
/bin/sh -c '/bin/ps ha | /bin/fgrep -v grep | /bin/fgrep mysplit'
NEXT

quit

