diff --git a/README.md b/README.md index 632276b..87e880e 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,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 | head -1 | awk '{print $2}' | xargs kill -9 +``` + ## The physics way Credit: @eyemyth