Added reboot

This commit is contained in:
tctovsli 2019-09-26 10:56:09 +02:00 committed by GitHub
parent 685a131e5f
commit 8906933230
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
```