Add some missing backticks

It was messing with the formatting.
This commit is contained in:
James Smith 2023-01-12 13:00:08 +02:00 committed by GitHub
parent 30077d63c5
commit 4f19e3918d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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