Skip to content

Commit 606f369

Browse files
authored
Merge pull request hakluke#49 from aliva/patch-1
Add The Shoot First, Ask Questions Later way
2 parents 486c145 + 8b3d89e commit 606f369

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ When you want to spice things up a bit:
140140
$ timeout $RANDOM vim
141141
```
142142

143+
## The Shoot First, Ask Questions Later way
144+
Credit: @aliva
145+
146+
```
147+
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
148+
149+
143150
## The "all against the odds" Russian Roulette way
144151
Credit: @cfrost
145152

0 commit comments

Comments
 (0)