75481d3634
function old new delta pseudo_exec_argv 291 305 +14 run_pipe 1560 1555 -5 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 14/-5) Total: 9 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
69 B
Plaintext
Executable File
6 lines
69 B
Plaintext
Executable File
true() { echo YES >&2; }
|
|
true
|
|
true | true
|
|
(true)
|
|
echo Ok:`true 2>&1`
|