From b5b02da7520a2a153a4f6b7a7a2822f8a86a3364 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Thu, 19 Feb 2026 14:24:17 +0100 Subject: [PATCH] Updated README --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 8dbfbb8..82df2c3 100644 --- a/README.org +++ b/README.org @@ -5,6 +5,7 @@ Simple shell for Unix-like systems written in C, that has a funny name (for germ - Can run one command at a given time (no | , &&, ||, functions, etc) - ~cd~ builtin command - ~exit~ builtin command +- ~CTRL+C~ stops running command * Build To build it, you need ~readline~ library. Then use #+begin_src shell