Merge pull request #7 from tctovsli/patch-1

Added reboot
This commit is contained in:
Luke Stephens (hakluke) 2019-09-26 19:54:03 +10:00 committed by GitHub
commit 96988d104c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,3 +48,10 @@ Locally (the cheaty, lazy way, why even bother):
```
$ curl "http://localhost:8888/$(ps aux | grep -E -o 'kill-vi-[0-9]+')"
```
## The reboot way (unverified)
Credit: @tctovsli
In `vi`:
```
:!sudo reboot
```