yash is a simple shell implementation.
- Execute commands and show output.
- Add pretty colors to prompt.
Run make.
Run yash.
Stephen Brennan's blog post helped me go from using calls to system() to using the exec() family of functions to launch programs.