Created
March 13, 2017 08:47
-
-
Save lucianghinda/e8e355ed6cd64690384a2798b6a24b64 to your computer and use it in GitHub Desktop.
Revisions
-
lucianghinda created this gist
Mar 13, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/bash ps axuwww | grep Adobe --exclude='grep' | awk '{print $2}' | xargs sudo kill -9