6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
true() { echo YES >&2; }
|
||
|
true
|
||
|
true | true
|
||
|
(true)
|
||
|
echo Ok:`true 2>&1`
|