mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
3 lines
128 B
Text
3 lines
128 B
Text
# The redirection overrides the </dev/null implicit in a background command.
|
|
|
|
echo yes | ${SH} -c '{ cat & wait; } </dev/stdin'
|