diff options
Diffstat (limited to 'kill-processes/README')
-rw-r--r-- | kill-processes/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kill-processes/README b/kill-processes/README new file mode 100644 index 0000000..59b2995 --- /dev/null +++ b/kill-processes/README @@ -0,0 +1,10 @@ +# Kill-Processes +Immediately kill a running process once it's started + +## Usage +```bash +make +insmod ./meow.ko +``` + +Configured to kill qalculate by default, can be changed to kill any process |