Add pure BASH and SSH tips to README

This commit is contained in:
Justin Clark 2020-01-08 17:29:56 -08:00
parent d548420d77
commit 2bb51ed60d

View file

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