As beautiful as a shell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
Clone the repository then run make
.
git clone https://github.com/jaredyalves/minishell.git
cd minishell
make
./minishell
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.