Add The Shoot First, Ask Questions Later way

This commit is contained in:
Ali Vakilzade 2019-10-10 15:41:53 +03:30 committed by GitHub
parent 177db8210c
commit ab40de721c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +92,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}' | shuf | head -n 1 | sudo kill -9
```
## The physics way
Credit: @eyemyth