Minishell is a simplified Unix shell implemented in C as part of the 42 Network curriculum.
The goal of this project is to understand how a shell works internally: parsing commands, managing processes, handling pipes, redirections, and environment variables.
- Execution of shell commands
- Pipes and redirections
- Environment variable management
- Built-in commands implementation
C, Unix system calls, Linux
Project developed as part of the 42 Network curriculum.