diff --git a/kill-avds.sh b/kill-avds.sh new file mode 100644 index 0000000..890cc5e --- /dev/null +++ b/kill-avds.sh @@ -0,0 +1 @@ +adb devices | grep emulator | cut -f1 | while read line; do adb -s $line emu kill; done \ No newline at end of file