/Minishell

Projet minishell de l'ecole 42

Primary LanguageC

Minishell

Minishell is a simple project that mimics a basic Unix shell. It is written in C and uses Unix system calls to execute commands. read the subject

Technologies Used

  • C
  • Unix System Calls

Installation

To install Minishell, follow these steps:

  1. Clone the repository: git clone https://github.com/garenaud/Minishell.git
  2. Go into the project directory: cd minishell
  3. Compile the project: make

Usage

To run Minishell, use the following command:

./minishell