This is my implementation of the "Build Your Own Shell" Challenge.
I built a simple POSIX-compliant shell that can interpret shell commands, run external programs and has some builtin commands like cd, pwd, echo and type.
Note: Head over to codecrafters.io to try the challenge yourself.