• Stars
    star
    112
  • Rank 312,240 (Top 7 %)
  • Language
    Ruby
  • License
    MIT License
  • Created almost 13 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SHell In Ruby? Totally!
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