Files
android/proprietary/drmwvmplugin/test/kill.sh
2011-02-18 22:52:12 -08:00

4 lines
95 B
Bash
Executable File

#!/bin/sh
PID=`adb shell ps | grep test-wvdrmplugin | awk '{print $2}'`
adb shell kill -9 $PID