Created
July 24, 2019 11:20
-
-
Save bananita/afafc3a93f0632a8c6cd91e115f20230 to your computer and use it in GitHub Desktop.
Kills all cloned zombie simlators
This file contains 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 characters
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