Skip to content

Instantly share code, notes, and snippets.

@ccampo133
Created February 27, 2020 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccampo133/9cca7bef8a2a659d00bab0e715a5d2de to your computer and use it in GitHub Desktop.
Save ccampo133/9cca7bef8a2a659d00bab0e715a5d2de to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sophosPID=$(ps -ax | grep Sophos | awk '{print $1}')
kill -9 $sophosPID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment