mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 03:36:42 +02:00
fixed missing close tags for block code
This commit is contained in:
parent
30077d63c5
commit
c78800ec87
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ Credit: @aliva
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
|
$ 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