mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 02:31:20 +00:00
13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
cow
|
|
moo
|
|
Traps1:
|
|
trap -- 'exitfunc' EXIT
|
|
Traps2:
|
|
trap -- 'echo Should not run' EXIT
|
|
Check1: 42
|
|
Traps1:
|
|
trap -- 'exitfunc' EXIT
|
|
Traps2:
|
|
trap -- 'echo Should not run' EXIT
|
|
Check2: 42
|