mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
5 lines
132 B
Text
5 lines
132 B
Text
|
|
# $FreeBSD$
|
||
|
|
# The redirection overrides the </dev/null implicit in a background command.
|
||
|
|
|
||
|
|
echo yes | ${SH} -c '{ cat & wait; } <&0'
|