hush/shell/hush_test/hush-trap/savetrap.right

9 lines
190 B
Plaintext
Raw Normal View History

trap -- 'echo Exiting' EXIT
trap -- 'echo WINCH!' SIGWINCH
trap -- 'echo Exiting' EXIT
trap -- 'echo WINCH!' SIGWINCH
trap -- 'echo Exiting' EXIT
trap -- 'echo WINCH!' SIGWINCH
Done
Exiting