hush - The humble shell A UNIX shell written in C++, supporting job sequencing, background job, IO re-directions and piping. Compilation Make sure you have GCC compiler and GNU Make installed. make hush Notes: linereader: my linereader library used in this project