Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 591 Bytes

42-Minishell

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

Features

  • C
  • Bash
  • Shell

Getting started

Needed:

GCC compiler
X11 linux: sudo apt-get install gcc make
Libaries: c-standard libary, fcntl, unistd

Installation

Git clone https://github.com/MerelVanEssen/42-Minishell.git minishell
cd minishell
make
./minishell