Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
40afae8a1a2e92db3bd2b7a412aafbf6617b42d9
/
.
/
tests
/
for_all_adb_devices.sh
blob: eee6e877d661edb6c1ecb42f8dac58aa056c6f02 [
file
]
set
-
e
for
DEVICE
in
$
(
adb devices
|
grep
-
v
'^List'
|
cut
-
f1
)
do
ANDROID_SERIAL
=
$DEVICE
"$@"
&
done
wait