mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
f54a487bb4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
8 lines
87 B
Plaintext
Executable File
8 lines
87 B
Plaintext
Executable File
trap "" PIPE
|
|
|
|
{
|
|
sleep 1
|
|
echo Cant write this - get EPIPE
|
|
echo Ok: $? >&2
|
|
} | { true; }
|