mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Merge pull request #49 from aliva/patch-1
Add The Shoot First, Ask Questions Later way
This commit is contained in:
commit
606f3696b7
1 changed files with 7 additions and 0 deletions
|
@ -140,6 +140,13 @@ When you want to spice things up a bit:
|
||||||
$ timeout $RANDOM vim
|
$ 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
|
## The "all against the odds" Russian Roulette way
|
||||||
Credit: @cfrost
|
Credit: @cfrost
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue