LINSH - The Linux Shell
=======================

First things first, this is not endorsed by Linus Torvalds, The Linux
Foundation, or anybody associated with Linux. This is my passion project. With
that being noted let me get into it.

I'm working this for a couple of reasons. Obviously we all work on something
for any reason but here's my personal list.

1. I like coding.
2. I want to learn more about interactivity with the user.
3. I'm a massochist.

Another big reason that I'm making this is because I'm writing a lot of
software that uses git, and it can be rather annoying to type:

maxd@mypc ~/Software % git commit -s
maxd@mypc ~/Software % git format-patch -1

all the time. So basically, the point is, I want to make my workflow more
efficient. Anyways have fun.
