From 4f19e3918d314abd9567d00d201b3cecb0cd37fb Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 12 Jan 2023 13:00:08 +0200 Subject: [PATCH] Add some missing backticks It was messing with the formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7205e1..9def685 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Credit: @aliva ``` $ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9 - +``` ## The "all against the odds" Russian Roulette way Credit: @cfrost