Merge pull request #49 from aliva/patch-1

Add The Shoot First, Ask Questions Later way
This commit is contained in:
Luke Stephens (hakluke) 2022-03-29 11:14:33 +10:00 committed by GitHub
commit 606f3696b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,6 +140,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}' | grep -v PID | shuf -n 1 | sudo kill -9
## The "all against the odds" Russian Roulette way
Credit: @cfrost