Sign in
◑
Theme
nest-open-source
/
nest-hello
/
507800056
/
busybox
/
e2acce03319f6213de4558a2562d7bb078379b9f
/
.
/
shell
/
msh_test
/
msh-execution
/
many_continues.tests
blob: 86c729abc330052e06d719d12b0381a356288de1 [
file
]
if
test $
# = 0; then
# Child will kill us in 1 second
"$THIS_SH"
"$0"
$$
&
# Loop many, many times
trap
'echo OK; exit 0'
15
while
true
;
do
continue
done
echo BAD
exit
1
fi
sleep
1
kill $1