blob: 41e0d092d2ff1330bcdf26c60837cda5ff643216 [file] [log] [blame]
trap "echo Not shown" EXIT
(exit) # must be silent
trap "echo Once; exit" EXIT
{ exit; }