mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 02:31:20 +00:00
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
|