mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
4 lines
112 B
Plaintext
Executable File
4 lines
112 B
Plaintext
Executable File
"$THIS_SH" -c 'trap "echo cow" 0'
|
|
"$THIS_SH" -c 'trap "echo moo" EXIT'
|
|
"$THIS_SH" -c 'trap "echo no" 0; trap 0'
|