exit2.8   [plain text]


# $FreeBSD$

# exit without arguments is the same as exit $? outside a trap.

trap 'true; true' 0
(exit 8)
exit