From ab40de721cdcfe793c3ea95ee86f29eaf3a1efce Mon Sep 17 00:00:00 2001 From: Ali Vakilzade Date: Thu, 10 Oct 2019 15:41:53 +0330 Subject: [PATCH] Add The Shoot First, Ask Questions Later way --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c21fcd9..b314041 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,13 @@ When you want to spice things up a bit: $ timeout $RANDOM vim ``` +## The Shoot First, Ask Questions Later way +Credit: @aliva + +``` +ps axuw | awk '{print $2}' | shuf | head -n 1 | sudo kill -9 +``` + ## The physics way Credit: @eyemyth