5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
|
# $FreeBSD$
|
||
|
# The redirection overrides the </dev/null implicit in a background command.
|
||
|
|
||
|
echo yes | ${SH} -c '{ cat & wait; } <&0'
|