The goal of this project is to create a simple Shell, our own little bash or zsh. We will learn how to work with processes, file descriptors and signals.
For more detailed information, refer to the subject (link in process)
For all the documentation you may need go to our wiki
Follow the process bellow to launch the program
1. Compiling the program
- To compile the program, run:
$ make
2. Executing the program
- To execute the program, run:
$ ./minishell