Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
0722a2ba05fbb7f320e3f3cc63f86c97393bdd71
/
.
/
testscripts
/
adp_children.sh
blob: 4c1c94e36be88db0e88199f735616783505570de [
file
] [
log
] [
blame
]
#!/bin/bash
while
:
do
for
i
in
1
2
3
4
5
6
7
8
9
0
do
sleep
1
&
done
wait
done