The objective of this project is to create the simplest start of a shell script Interpreter
MiniShell is an introduction to the world of shells, which provide a convenient text interface to interact with the system. Shells might seem very easy to understand but have very specific and defined behavior in almost every single case, most of which will need to be handled properly