romain hoarau

minishell

Create your own shell. In C.

The aim of this project if pretty straight forward : we have to create a shell, a unix command line interpreter, in C.

Overall it was a super interesting project, pretty long and complicated to understand because I did it less than a year after writing my very first hello world, but soooooo useful to learn how a shell works and learn to work in a team and make good use of git.

minishell-gif

source code

my role in this project was to handle the parsing of the commands and the execution of the commands

if you're intrigued, you will find the source code of this project on my dedicated github page