3ed7e2749a
Currently it fails Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
9 lines
181 B
Plaintext
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
|