nt9856x/BSP/busybox/shell/hush_test/hush-misc/wait3.tests
2023-03-28 15:07:53 +08:00

4 lines
50 B
Plaintext
Executable File

sleep 2 & (sleep 1;exit 3) & wait $!
echo $?
jobs