m3zh / minishell

minishell is a minimal version of bash 5.1 coded in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minishell

minishell is a minimal version of bash 5.1 coded in C by Maxime Desalle, Gregoire Nève and Milena Lazzaretti.

How to use it

To try out minishell, compile it first using:

make re

Then, open the shell as follows:

./minishell

It works exactly like bash 5.1 (specifically on MacOS), so feel free to navigate using cd, create folders with mkdir, or change the environment with export <your variable>=<the value of your variable>.

Acknowledgements

Warning

The structure of this repository does not necessarily follow the guidelines.

About

minishell is a minimal version of bash 5.1 coded in C

License:The Unlicense


Languages

Language:C 95.2%Language:Makefile 4.8%