This project builds a small shell with command line interface thanks to Curses.
This project uses the Curses library.
Check is the unit testing library of the project.
CMake is the build system of the project.
cmake .
make
make testRun the shell
./minishellThis shell contains cd builtin and history.