Compare commits

...

2 Commits

Author SHA1 Message Date
Kien Nguyen-Tuan
e8e5c99a7d Merge 8986426d74 into 7b7d32b819 2024-09-27 04:01:10 +00:00
Kien Nguyen
8986426d74 add(shell): writing a shell in c# 2023-08-23 08:21:34 +07:00

View File

@@ -359,6 +359,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#**: _Write a shell in C#_](https://ntk148v.github.io/posts/writing-a-simple-shell-in-c-sharp/)
* [**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/)