diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-03 18:43:35 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-03 18:43:35 +0200 |
commit | e9b64be5230f0b498d8d78a8e67158a843594f83 (patch) | |
tree | 52518f2af1d6fe12ecc30d0e17dc19419f4ecc96 /kill-processes/README | |
parent | 1abb10008fa9d321bbdeda8176dfc83c40e33c71 (diff) | |
download | random-e9b64be5230f0b498d8d78a8e67158a843594f83.tar.gz random-e9b64be5230f0b498d8d78a8e67158a843594f83.tar.bz2 |
kill-processes: add project
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 |