[script]Add adbkill
This commit is contained in:
parent
b4d56d74dc
commit
299de4078f
4
scripts/adbkill
Executable file
4
scripts/adbkill
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pid=$(adb shell "ps | grep $1" | awk '{print $2}')
|
||||||
|
adb shell "kill $pid"
|
Loading…
Reference in New Issue
Block a user