index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
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