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
/
exit1.tests
blob: 41e0d092d2ff1330bcdf26c60837cda5ff643216 (
plain
)
1
2
3
4
trap "echo Not shown" EXIT (exit) # must be silent trap "echo Once; exit" EXIT { exit; }