Skip to content

Instantly share code, notes, and snippets.

@lucianghinda
Created March 13, 2017 08:47
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lucianghinda/e8e355ed6cd64690384a2798b6a24b64 to your computer and use it in GitHub Desktop.
Save lucianghinda/e8e355ed6cd64690384a2798b6a24b64 to your computer and use it in GitHub Desktop.
Kill all Adobe Processes
#!/bin/bash
ps axuwww | grep Adobe --exclude='grep' | awk '{print $2}' | xargs sudo kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment