trap13.0   [plain text]


# $FreeBSD$

{
	trap 'exit 0' INT
	${SH} -c 'kill -INT $PPID'
	exit 3
} &
wait $!