/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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