As beautiful as a shell
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.
- Prerequisites
brew install readline
- Cloning the Repository
git clone git@github.com:hekoh99/minishell.git cd minishell make