This program is a shell with limited features. This project is part of the 42 Quebec cursus and was made with the cooperation of Tanker50207.
To run minishell simply type:
./minishellTo exit minishell, write the command "exit".
- Clone the repository in a folder of your choice.
git@github.com:ShroomySquid/Minishell.git-
Run the command "make" in the folder to compile the program.
-
NOTE: If not already there, brew and the readline library will be installed.
Ce programme est un shell avec des fonctions limitées. Ce projet fait partie du cursus de 42 Québec et il fut fait avec la coopération de Tanker50207.
Pour lancer minishell, faites la commande suivante:
./minishellPour quitter minishell, faites la commande "exit".
- Cloner le répertoire dans un dossier de votre choix.
git@github.com:ShroomySquid/Minishell.git-
Faites la commande "make" dans le dossier afin de compiler le program.
-
NOTE: L'installation va également installer brew et la library readline si celles-ci ne sont pas déjà présentes.