fixed missing close tags for block code

This commit is contained in:
mashuptwice 2022-12-08 13:08:57 +01:00 committed by GitHub
parent 30077d63c5
commit c78800ec87
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