From 2bb51ed60d420441d98e23c0fabdd4e232fb4ce0 Mon Sep 17 00:00:00 2001 From: Justin Clark Date: Wed, 8 Jan 2020 17:29:56 -0800 Subject: [PATCH] Add pure BASH and SSH tips to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6610bd6..608dd16 100644 --- a/README.md +++ b/README.md @@ -378,3 +378,17 @@ Credit: @axelf4 ```vim :echom test_null_list() ``` + +## the pure BASH way +Credit @u2mejc + +```bash +:!kill -9 $PPID +``` + +## the SSH way +Credit @u2mejc + +``` +~. +```