This project is about creating a simple shell (our own bash !)
This shell...
* Displays a prompt waiting for commands
* Has a working history
* Handles single and double quotes
* Implements redirection
* Implements pipes
* Handles environment variables
* Handles $?
* Handles ctrl-C, ctrl-D and ctrl-\
* Implements these builtins: echo, cd, pwd, export, unet, env and exit
This project was coded in C
Run the following command in your terminal
make && ./minishell
And enjoy !
orianemartinpro@gmail.com
This project was coded in a team of two. You can click here to visit Tscandol's Github !