Skip to content

Instantly share code, notes, and snippets.

@sharpred
Created June 14, 2016 13:40
Show Gist options
  • Save sharpred/1072347d8e41fa8b86bdd7c791556395 to your computer and use it in GitHub Desktop.
Save sharpred/1072347d8e41fa8b86bdd7c791556395 to your computer and use it in GitHub Desktop.
kill liveview
#!/usr/bin/env bash
ps -e | grep liveview | awk '/titanium/ {print $1}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment