Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 557 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 557 Bytes

Minishell

Minishell is a shell implementation project for the 42 Common Core curriculum.

It supports basic shell functionalities, providing a hands-on approach to understanding shell operations and system calls in C.

Features

  • Command execution
  • Input/output redirection
  • Pipelines
  • Signal handling
  • Environment variable management

Installation

Clone the repository and compile the project using the Makefile:

git clone https://github.com/Kelho0812/Minishell.git
cd Minishell
make

Usage

Run the shell:

./minishell