Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
932b9971d05d26e353f56bdd93daec3c9f764312
/
.
/
shell
/
hush_test
/
hush-misc
/
sig_exitcode.tests
blob: 7879dc8547eb7eb1751976454e82133cefb73895 [
file
] [
log
] [
blame
]
Denys Vlasenko
a4899ef
2010-01-04 11:37:09 +0100
[
diff
] [
blame
]
1
exec
2
>&
1
2
3
$THIS_SH
-
c
'kill -9 $$'
4
echo
137
:
$
?
5
6
!
$THIS_SH
-
c
'kill -9 $$'
7
echo
0
:
$
?
8
9
echo
Done