The Arch way to do it

This commit is contained in:
Łukasz Lach 2020-01-08 19:06:14 +01:00 committed by GitHub
parent d548420d77
commit 699ba8692f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,6 +262,13 @@ Run vim inside Termux and run this when you want to exit:
:!su -c killall zygote
```
## The 'I use Arch btw' way
Credit: @lukaszlach
```bash
docker run --rm --pid host archlinux pkill vim
```
## The JavaScript way
```js