A simple and minimalist UNIX shell in very early development.
- As seen in the
CMakeLists.txt
's, C++17 should be used. - I usually compile the files using CLion, so depending on your IDE/environment
make sure that
main.cpp
is compiled to the top project directory and thatpsrc/help.cpp
is compiled topbin
.