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