data/method/busybox/busybox-1.36.0/shell/hush_test/hush-signals/exit.right

13 lines
180 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
cow
moo
Traps1:
trap -- 'exitfunc' EXIT
Traps2:
trap -- 'echo Should not run' EXIT
Check1: 42
Traps1:
trap -- 'exitfunc' EXIT
Traps2:
trap -- 'echo Should not run' EXIT
Check2: 42