/ Published in: AppleScript
Expand |
Embed | Plain Text
set badapp to "SugarSyncCMPlugInLoader" do shell script "ps ax | grep -i " & quoted form of badapp & " | grep -v grep | cut -c 1-6" set pNum to result try do shell script "kill -9 " & pNum end try
You need to login to post a comment.
