mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
Note: hush-redir/redir_to_bad_fd.tests currently fails Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
73 B
Text
Executable file
3 lines
73 B
Text
Executable file
# ash uses fd 10 (usually) for reading the script
|
|
echo LOST >&10
|
|
echo OK
|