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
/
signal4.tests
blob: 6f1c4a950c3141c3dc03c2dea8c074c1e24e7f05 (
plain
)
1
2
3
4
5
#!/bin/sh
trap
"echo Trapped"
BADNAME
TERM
;
echo
$?
kill
$$
echo
Ok