diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-10-31 01:06:57 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-10-31 01:06:57 +0100 |
commit | 3218f00099443d974427c7547f42a87ae4fc50d8 (patch) | |
tree | 42ac2ccc21a402d55711c13b943268c2d1dd1795 /Userland/.gitignore | |
parent | 7be30a2fa8b9fa5ca5e1130d41a90331fc99ff54 (diff) | |
download | serenity-3218f00099443d974427c7547f42a87ae4fc50d8.zip |
Implement basic sys$kill() and add a /bin/kill
All it can do right now is send SIGKILL which just murders the target task.
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r-- | Userland/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore index f6b0db7615..7207e83cfc 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -14,3 +14,4 @@ uname clear tst mm +kill |