Skip to content

Instantly share code, notes, and snippets.

@bananita
Created July 24, 2019 11:20
Show Gist options
  • Save bananita/afafc3a93f0632a8c6cd91e115f20230 to your computer and use it in GitHub Desktop.
Save bananita/afafc3a93f0632a8c6cd91e115f20230 to your computer and use it in GitHub Desktop.
Kills all cloned zombie simlators
ps aux | grep _sim | grep -v grep | awk '{print $2}' | xargs kill -9 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment