mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
5 lines
114 B
Text
5 lines
114 B
Text
|
|
# $FreeBSD$
|
||
|
|
# A background command has an implicit </dev/null redirection.
|
||
|
|
|
||
|
|
echo bad | ${SH} -c '{ cat & wait; }'
|