From 89069332306778d0900d521a07d39f0e436c48bf Mon Sep 17 00:00:00 2001 From: tctovsli Date: Thu, 26 Sep 2019 10:56:09 +0200 Subject: [PATCH] Added reboot --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5fac18d..972634e 100644 --- a/README.md +++ b/README.md @@ -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 +```