Compare commits

...

3 commits

Author SHA1 Message Date
Jeet Majumdar
7def2921da
Merge cdb49ff1dc into 294aef8fde 2026-02-21 23:04:31 +05:30
Jeet Majumdar
cdb49ff1dc
Update README, following title pattern without extra description
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-10 12:21:23 +05:30
Jeet Majumdar
88e7b3e9f9 Add: C-Shell tutorial to Shell section 2026-01-05 01:01:59 +05:30

View file

@ -380,6 +380,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_](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/)