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 + +``` +~. +```