Merge pull request #49 from MasonM/patch-1

Fix " force quit a program" to send SIGKILL
This commit is contained in:
Robert Chang 2021-08-09 00:50:19 +10:00 committed by GitHub
commit bfb6fc678c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ $ bc -l
**STOP CTRL + ALT + DELETE and choose the program to kill** :-1:
```shell
$ killall program_name
$ killall -9 program_name
```
## check server response