This commit is contained in:
Loic Nageleisen 2015-03-01 12:19:53 +01:00
commit 94b2c8300b
2 changed files with 464 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Tutorial - Write a shell in Go
This code uses literate programming, so everything is in `go_shell.go`.
# Credits
All the merit goes to Stephen Brennen's ["Write a Shell in C"][0] tutorial.
[0]: http://stephen-brennan.com/2015/01/16/write-a-shell-in-c/