From 88e7b3e9f9343ab808dfa68bf33a58aa8978da4d Mon Sep 17 00:00:00 2001 From: Jeet Majumdar Date: Mon, 5 Jan 2026 01:01:59 +0530 Subject: [PATCH 1/2] Add: C-Shell tutorial to Shell section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..bdbf337 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ It's a great way to learn. * [**C**: _Writing a UNIX Shell_](https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/) * [**C**: _Build Your Own Shell_](https://github.com/tokenrove/build-your-own-shell) * [**C**: Write a shell in C](https://danishpraka.sh/posts/write-a-shell/) +* [**C**: _C-Shell (A lightweight, POSIX-oriented shell implementation in C)_](https://github.com/JeetMajumdar2003/C-Shell) * [**Go**: _Writing a simple shell in Go_](https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/) * [**Rust**: _Build Your Own Shell using Rust_](https://www.joshmcguigan.com/blog/build-your-own-shell-rust/) From cdb49ff1dc93ad0c998ce5a28c024ebe7a5fe7b3 Mon Sep 17 00:00:00 2001 From: Jeet Majumdar <109456123+JeetMajumdar2003@users.noreply.github.com> Date: Sat, 10 Jan 2026 12:21:23 +0530 Subject: [PATCH 2/2] Update README, following title pattern without extra description Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdbf337..7fd5bc2 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ It's a great way to learn. * [**C**: _Writing a UNIX Shell_](https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/) * [**C**: _Build Your Own Shell_](https://github.com/tokenrove/build-your-own-shell) * [**C**: Write a shell in C](https://danishpraka.sh/posts/write-a-shell/) -* [**C**: _C-Shell (A lightweight, POSIX-oriented shell implementation in C)_](https://github.com/JeetMajumdar2003/C-Shell) +* [**C**: _C-Shell_](https://github.com/JeetMajumdar2003/C-Shell) * [**Go**: _Writing a simple shell in Go_](https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/) * [**Rust**: _Build Your Own Shell using Rust_](https://www.joshmcguigan.com/blog/build-your-own-shell-rust/)