mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
7 lines
87 B
Text
Executable file
7 lines
87 B
Text
Executable file
trap "" PIPE
|
|
|
|
{
|
|
sleep 1
|
|
echo Cant write this - get EPIPE
|
|
echo Ok: $? >&2
|
|
} | { true; }
|