minishell
is a educational project for building a basic Shell from scratch using C language. This is great project to at which a wide range of knowledge gets put into a single problem, ranging from parsing, IPC, memory management. etc.
For more informatins. Refer to subject file included in the subject directory.
To build this project you need the following:
- C compiler
- Make
To build this project cd into src
and run the following command:
make
This will result in a binary named minishell
.
To run minishell
simply run the compiled binary. and a familiar prompt will be shown up.
This project is licensed under MIT license. See the LICENSE file for details.