This is Mini-Shell made in C
Mini-Shell is small version of bash:)
Mini-Shell works almost same as bash, except '', ';', '&', '&&', '||', etc...
Flow-Chart
- Clone this repo into your local directory and move into it.
git clone https://github.com/K-Minishell/Minishell.git
cd Minishell
- Make minishell
make
./minishell
// removes all object files.
make clean
// removes all object files and also minishell program.
make fclean


