mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
6 lines
182 B
Text
6 lines
182 B
Text
|
|
# $FreeBSD$
|
||
|
|
# 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; }'
|