From 1d60feb58553d83401ef6bd3f3b695e913a63e01 Mon Sep 17 00:00:00 2001 From: Saeed Hasani Borzadaran Date: Sat, 20 May 2023 21:01:31 +0330 Subject: [PATCH] Add Write a `Shell` in `C` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54a5fb5..edcfc2f 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ It's a great way to learn. * [**C**: _Let's build a shell!_](https://github.com/kamalmarhubi/shell-workshop) * [**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/) * [**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/)