Minishell mimics the behavior of the good ol' bash. The project handles pipes & redirections, environment variables, expansions, signals and has built-in functionality for the following commands: cd, pwd, env, export, unset, echo and exit.
To run the minishell on Unix
- Clone this repository
- Navigate to the root folder in your terminal
- Run the command 'make && ./minishell'
- Enjoy!