Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 295 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 295 Bytes

Minishell

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

Get Started

git clone [email protected]:YvanoffP/minishell.git
make
./minishell
  • Then you can our minishell like a classic shell

minishell