Merge pull request #61 from cfrost/patch-3

A more "Russian" Roulette way
This commit is contained in:
Luke Stephens (hakluke) 2020-01-10 00:10:13 +10:00 committed by GitHub
commit 0a73b9eaca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,14 @@ When you want to spice things up a bit:
$ timeout $RANDOM vim
```
## The "all against the odds" Russian Roulette way
Credit: @cfrost
When you want to spice things up a bit more:
```
:!ps axuw | sort -R | head -1 | awk '{print $2}' | xargs kill -9
```
## The physics way
Credit: @eyemyth