Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
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