Skip to content

jstorimer/shirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd42ecc · Sep 4, 2013

History

22 Commits
Feb 16, 2012
Mar 20, 2012
Sep 4, 2013

Repository files navigation

Shirt
=====

Shirt is a simple Unix shell written in pure Ruby. It takes inspiration from bash and is written mostly for educational purposes.

It was written over a series of blog posts on http://jstorimer.com.

Links
=====

* Part 1 - http://jstorimer.com/2012/02/16/a-unix-shell-in-ruby.html
* Part 2: Builtins - http://jstorimer.com/2012/02/21/a-unix-shell-in-ruby-builtins.html
* Part 3: A Login Shell and the PATH - http://jstorimer.com/2012/03/10/a-unix-shell-in-ruby-search-path.html