mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
7 lines
112 B
Groff
7 lines
112 B
Groff
# $FreeBSD$
|
|
|
|
# exit without arguments is the same as exit $? outside a trap.
|
|
|
|
trap 'true; true' 0
|
|
(exit 8)
|
|
exit
|