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
/
ash_test
/
ash-signals
/
signal6.tests
blob: 3ce151060198f3250c21d3f7ae7cda1b3f2d1d40 (
plain
)
1
2
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait echo Done: $?