2023-11-16 23:19:36 -05:00

8 lines
87 B
Plaintext
Executable File

trap "" PIPE
{
sleep 1
echo Cant write this - get EPIPE
echo Ok: $? >&2
} | { true; }