From d6adae9b6b9549f323b1d6523efa110f075cd13c Mon Sep 17 00:00:00 2001 From: Gabriele Di Giorno <131586973+GabrieleDG0@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:25:10 +0100 Subject: [PATCH] upgraded readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 397255e..cd706e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Custom Shell +# Custom Linux Shell ## Introduction This project is a simple implementation of a Unix-like shell capable of executing commands, managing command history, handling piping and redirection, and supporting built-in commands such as cd, exit and history. It also includes basic signal processing to manage interrupts such as SIGINT (Ctrl+C).