readme: Add my tutorial on shell

This commit is contained in:
Indradhanush Gupta 2018-05-11 15:37:13 +05:30
parent 41ba7fcbf3
commit c5f6c94859

View File

@ -139,6 +139,7 @@
* Build your own **Shell** * Build your own **Shell**
* [**C**: *Tutorial - Write a Shell in C*](https://brennan.io/2015/01/16/write-a-shell-in-c/) * [**C**: *Tutorial - Write a Shell in C*](https://brennan.io/2015/01/16/write-a-shell-in-c/)
* [**C**: *Let's build a shell!*](https://github.com/kamalmarhubi/shell-workshop) * [**C**: *Let's build a shell!*](https://github.com/kamalmarhubi/shell-workshop)
* [**C**: *Writing a UNIX Shell - Part I*](https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/)
* [**Ruby**: *A Unix Shell in Ruby*](https://www.jstorimer.com/blogs/workingwithcode/7766107-a-unix-shell-in-ruby) * [**Ruby**: *A Unix Shell in Ruby*](https://www.jstorimer.com/blogs/workingwithcode/7766107-a-unix-shell-in-ruby)
* Build your own **Template Engine** * Build your own **Template Engine**