mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 03:32:18 +00:00
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
trap "" PIPE
|
||
|
|
||
|
{
|
||
|
sleep 1
|
||
|
echo Cant write this - get EPIPE
|
||
|
echo Ok: $? >&2
|
||
|
} | { true; }
|