missing quotes; shame

This commit is contained in:
Henrique A Lavezzo 2020-01-08 17:57:46 -03:00
parent 3e62634f13
commit 26f8a56480

View file

@ -43,7 +43,7 @@ Credit: @hakluke
Credit: @rynaro Credit: @rynaro
```bash ```bash
$ ruby -e 'system(killall -9 vim)' $ ruby -e 'system("killall -9 vim")'
``` ```
## The Colon-less way ## The Colon-less way