This commit is contained in:
mashuptwice 2022-12-08 13:10:16 +01:00 committed by GitHub
commit 23a8aea0df
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 $ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
```
## The "all against the odds" Russian Roulette way ## The "all against the odds" Russian Roulette way
Credit: @cfrost Credit: @cfrost