add rubist using shell way

This commit is contained in:
Henrique A Lavezzo 2020-01-08 17:51:20 -03:00
parent d548420d77
commit 3e62634f13

View file

@ -39,6 +39,13 @@ Credit: @hakluke
('utf-8')),signal.SIGTERM)
```
## The rubist using shell way
Credit: @rynaro
```bash
$ ruby -e 'system(killall -9 vim)'
```
## The Colon-less way
Credit: @w181496