index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-misc
/
wait5.tests
blob: 1b4762d89c3f227b3a73a40287ac255a2e68ff2d (
plain
)
1
2
3
4
5
sleep 0 | (sleep 0;exit 3) & sleep 1 echo Zero:$? wait %1 echo Three:$?