An attempt to make a basic functioning shell for linux using C
- Clone the repo
- Make sure you have cmake and a c complier installed
- To generate the makefile type
from the project directory
cmake -S . -B build/
- Navigate to the build directory and run
the binaries will be created and can be executed
make