Sign in
coral
/
busybox
/
726d0d148b5a7a21eccaf8b17d2726f56ce2ce8f
/
.
/
shell
/
ash_test
/
ash-signals
/
continue_and_trap1.tests
blob: 2a5c147b178533d667473fbdcef9b9a374dbc5a8 [
file
] [
log
] [
blame
]
trap
"echo Exiting; exit"
INT
(
sleep
1
;
kill
-
s INT $$
)
&
while
continue
;
do
continue
;
done