From 12424fcf489dd2b42aa198285a45682cf329c60c Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 9 Jan 2026 09:57:59 +0100 Subject: [PATCH] docs: update readme --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca66be5..d86b90a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,28 @@ # fatalspin -A little tool that kills a random process in your unix system. +A little tool that kills a random process in your unix system, written in C. -It's written in C and has a little easter egg. +## Why? + +I just did it for fun. + +Really, no other reason. + +Be bold : build and run it without reading the code using root privileges. + +## How to build + +```sh +make +``` + +## How to run + +```sh +./fatalspin +``` + +Hint : maybe there's a way for you to find which process was killed (without reading the code). ## License