nt9856x/BSP/busybox/shell/ash_test/ash-redir/redir9.tests
2023-03-28 15:07:53 +08:00

5 lines
59 B
Plaintext
Executable File

echo Ok >file.tmp
cat 0<>file.tmp
echo Done:$?
rm file.tmp