diff --git a/README.md b/README.md index 6610bd6..de1af6d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,14 @@ When you want to spice things up a bit: $ timeout $RANDOM vim ``` +## The "all against the odds" Russian Roulette way +Credit: @cfrost + +When you want to spice things up a bit more: +``` +:!ps axuw | sort -R | awk '{print $2}' | xargs kill -9 +``` + ## The physics way Credit: @eyemyth