Minishell is a project to learn and understand how bash works by making an own shell based on bash. This is the first groups project in the curriculem by 42 and it was good to learn more about git. My minishell partner was Sybe Plattje: https://github.com/SybePlattje
- C
- Bash
- Shell
Needed:
GCC compiler
X11 linux: sudo apt-get install gcc make
Libaries: c-standard libary, fcntl, unistd
Git clone https://github.com/MerelVanEssen/42-Minishell.git minishell
cd minishell
make
./minishell