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

9 lines
181 B
Plaintext

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