Skip to content

Instantly share code, notes, and snippets.

@ivamluz
Last active August 29, 2015 14:24
Show Gist options
  • Save ivamluz/5ec7c13bce76083bc13c to your computer and use it in GitHub Desktop.
Save ivamluz/5ec7c13bce76083bc13c to your computer and use it in GitHub Desktop.
alias adb-kill-monkey=$'adb shell ps | awk \'/com\.android\.commands\.monkey/ { system("adb shell kill " $2) }\''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment