/minishell

Creation of a simple shell

Primary LanguageC

Minishell

The project consist of creating a simple version of a shell. Bash is the reference.

Get Started

git clone git@github.com:YvanoffP/minishell.git
make
./minishell
  • Then you can our minishell like a classic shell

minishell