From c5f6c94859d852797c26d815e438e6a697c137a9 Mon Sep 17 00:00:00 2001 From: Indradhanush Gupta Date: Fri, 11 May 2018 15:37:13 +0530 Subject: [PATCH] readme: Add my tutorial on shell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa1ee9e..8e88fc8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ * Build your own **Shell** * [**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**: *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) * Build your own **Template Engine**