From e5b5ece8364ad9ece6257c9eb9e2d87200d4cb96 Mon Sep 17 00:00:00 2001 From: bigsketti <127629687+bigsketti@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:58:05 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6287d4..1eb1e7f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ This cutting-edge shell for Linux includes powerful features such as: **cShell** is actively being developed at a **very slow** pace. College and work take up a lot of time, and this project is just my way of dipping my toes into **C** and learning about shells and **syscalls**. -While **cShell** is clearly **better** than other shells like **Bash** or **ZShell**, it's not quite as feature-rich. I wouldn’t recommend replacing your current shell program with it—unless, of course, you *really* hate yourself. In that case, I am not liable for any damage to your psyche incurred during the use of this program. +While **cShell** is clearly **better** than other shells like **Bash** or **ZShell**, it's not quite as feature-rich. I wouldn’t recommend replacing your current shell program with it—unless, of course, you hate yourself. In that case, I am not liable for any damage to your psyche incurred during the use of this program. ---- \ No newline at end of file +--- From 3430bb02b868f47a558188c67eb8c084bda68719 Mon Sep 17 00:00:00 2001 From: bigsketti <127629687+bigsketti@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:01:33 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1eb1e7f..bd01b73 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This cutting-edge shell for Linux includes powerful features such as: **cShell** is actively being developed at a **very slow** pace. College and work take up a lot of time, and this project is just my way of dipping my toes into **C** and learning about shells and **syscalls**. +To run **cShell** just download the binary, simple as that, the latest compiled binary is always included in each commit. + While **cShell** is clearly **better** than other shells like **Bash** or **ZShell**, it's not quite as feature-rich. I wouldn’t recommend replacing your current shell program with it—unless, of course, you hate yourself. In that case, I am not liable for any damage to your psyche incurred during the use of this program. --- From c0eb3e13677e27a00b8dcfed236c28880c8032fa Mon Sep 17 00:00:00 2001 From: bigsketti <127629687+bigsketti@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:43:08 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd01b73..5798d6d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This cutting-edge shell for Linux includes powerful features such as: --- -**cShell** is actively being developed at a **very slow** pace. College and work take up a lot of time, and this project is just my way of dipping my toes into **C** and learning about shells and **syscalls**. +**cShell** is actively being developed at a **very slow** pace. College and work take up a lot of time, and this project is just my way of dipping my toes into **C** and learning about shells and syscalls. I'm using no libraries, everything is being implimented from scratch. To run **cShell** just download the binary, simple as that, the latest compiled binary is always included in each commit.