Skip to content

Commit d513e1a

Browse files
author
mashuptwice
authored
added "the layered method
1 parent 1b9a16e commit d513e1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@ Don't run this, it could break your computer.
252252
:!echo b | sudo tee -a /proc/sysrq-trigger
253253
```
254254

255+
## The layered Method
256+
Credit: @mashuptwice
257+
```
258+
:!python -c "import os ; os.system(\"ssh localhost kill -9 $(pgrep vim >tmpfile && grep -P '\d+' tmpfile | sed 's/\(.*\)/\1/g' | cat && rm tmpfile) \")"
259+
```
260+
255261
## The Abstinence Method
256262
Credit: @ryanc
257263

0 commit comments

Comments
 (0)