nt9856x/BSP/busybox/shell/ash_test/ash-signals/savetrap.right
2023-03-28 15:07:53 +08:00

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