blob: 0a40c9ff73868a9f19c37139e8011b1eade3aac9 [file] [log] [blame]
trap "" PIPE
{
sleep 1
echo Cant write this - get EPIPE
echo Ok: $? >&2
} | { true; }