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

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