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