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; }
|