Minishell is a simplified shell implementation, providing a command-line interface where users can interact with the operating system by executing various commands.
- Command Execution: executes a wide range of commands, including both built-in commands and external commands available in the system.
- Built-in commands: supports several built-in commands such as cd, echo, pwd, export, and unset, which provide additional functionality.
- Redirection and Pipes: supports input/output redirection and pipes, allowing users to redirect command input and output streams.
- Signal Handling: handles various signals such as Ctrl-C and Ctrl-, providing a graceful termination of running commands.
- Environment Variables: manage environment variables, set new variables, and modify existing ones using the built-in commands.
- Command History
gcl https://github.com/trobert42/minishell.git
cd minishell
make
./minishell
This is the first big project in the common core and to do in teams. It was pretty hard with all the exceptions and little tiny details that we wanted to manage. But it forced us to be more rigorous!
Thank you Dan for your courage, you can be proud of your first garbage collector :) I won't forget all the breaks we took when we couldn't code anymore.