The real Russian Roulette way

This commit is contained in:
cfrost 2020-01-08 09:29:11 +01:00 committed by GitHub
parent d548420d77
commit 74225da936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,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 | awk '{print $2}' | xargs kill -9
```
## The physics way
Credit: @eyemyth