minishell

As beautiful as a shell

✏️ Summary

The objective of this project is for you to create a simple shell.
Yes, your little bash or zsh. You will learn a lot about processes and file descriptors.


🍋 Flow chart


⬇️ Installation

  • Prerequisites
    brew install readline
    
  • Cloning the Repository
    git clone git@github.com:hekoh99/minishell.git
    cd minishell
    make