tests: Add stop-monkey.sh
This commit is contained in:
parent
01f7ebe672
commit
776992435a
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ~/AppData/Local/Android/Sdk/platform-tools || exit
|
||||
./adb shell kill $(./adb shell ps | grep monkey | xargs | cut -d' ' -f2)
|
Loading…
Reference in New Issue