diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-10-29 00:16:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-29 00:16:25 +0300 |
| commit | d7c64d28e1bb3a9e8f563704128593da80b9f0a7 (patch) | |
| tree | c99783fab02bf9b6dee142cb093d414ace3003df /README.md | |
| parent | 829d1d39270198d1c7ad8d35b3e8321801e39608 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,2 +1,13 @@ -# syskill -A utility that will help you beautifully deal with your *NIX system. Do not use them on the main system or in production (if you still need them) +# *NIX suicide kit +A utility that will help you beautifully deal with your *NIX system. + +> [!WARNING] +> DONT USE THIS ON PRODUCTION OR REAL PC, SOME FUNCTIONS MAY CAUSE YOUR SYSTEM TO BECOME COMPLETELY UNSTABLE. +> But when calling a function located in `src/non-critical/`, all the consequences will go away after a reboot. + +This package provides a CLI utility with a set of functions for mocking your operating system, both critical and non-critical. From the already familiar fork bombs `:(){ :|:& };:` or something more critical like `sudo rm -rf /* --no-preserve-root` before rendering graphic artifacts by interfering with the frame buffer. + +I also neglected optimization in this project. Seriously, what kind of optimization and code cleanliness are you talking about in a project that's literally designed to consolidate all possible ways to abuse or kill your system into one? + +Most of the functions have been rewritten to suit the features of different UNIX-like systems (FreeBSD, OpenBSD, linux, etc...). +In the future, an addition to the project is planned in the form of similar abilities but for `win32` |
