Skip to content

Instantly share code, notes, and snippets.

@dhruvpathak
Created May 5, 2018 10:20
Show Gist options
  • Save dhruvpathak/9bff7191f70b514e2b17f476afb4dea3 to your computer and use it in GitHub Desktop.
Save dhruvpathak/9bff7191f70b514e2b17f476afb4dea3 to your computer and use it in GitHub Desktop.
Thanos bash script : Kill half of the universe randomly
kill -9 `ps aux | awk '{print $2}' | shuf | awk '!(NR%2)'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment