From d5b4b34aba2b43388659b4ffa8c3b022da1c58c1 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Tue, 21 Apr 2026 18:27:50 +0200 Subject: [PATCH] Fixes some wording --- projects/arsh.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/arsh.org b/projects/arsh.org index b758d1c..c6d861e 100644 --- a/projects/arsh.org +++ b/projects/arsh.org @@ -2,7 +2,7 @@ Since I started using GNU/Linux, I always wondered, how do shells work and what exactly are they responsible for. -In order to learn it (and also to use some C) I decided to implement a simple shell in C in a /single file/, where I would try to implement some of the features, that other shells like bash, zsh, fish, etc have. And also I wanted to use no external dependencies, except for the standard C library. +In order to learn it (and also to learn some C) I decided to make a simple shell for UNIX-like systems in C and try to implement some of the features, that other shells like bash, zsh, fish, etc have. And also I wanted to have the whole source code in a single ~.c~ file, that uses no external dependencies, other than the standard C library. * Features Some of the implemented features are: