data/method/busybox/busybox-1.36.0/shell/ash_test/ash-signals/savetrap.right

9 lines
181 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
trap -- 'echo Exiting' EXIT
trap -- 'echo WINCH!' WINCH
trap -- 'echo Exiting' EXIT
trap -- 'echo WINCH!' WINCH
trap -- 'echo Exiting' EXIT
trap -- 'echo WINCH!' WINCH
Done
Exiting