mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
4 lines
170 B
Text
4 lines
170 B
Text
# The redirection does not apply to the background command, and therefore
|
|
# does not override the implicit </dev/null.
|
|
|
|
echo bad | ${SH} -c '</dev/null; { cat & wait; }'
|