aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-trap/savetrap.right
blob: 9cfd7a56c25af840eebc8f5cd66327ca6083a36d (plain)
1
2
3
4
5
6
7
8
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