Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 478 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 478 Bytes

minishell

minishell project from 42 school

Install

Download repository including the libft submodule:

    git clone --recursive https://github.com/jdomingu98/minishell.git

or:

    git clone https://github.com/jdomingu98/minishell.git
    git submodule update --init --recursive

Compilation

To compile the project, execute cd into the cloned repository and use:

    make

Run program

To run the program:

    ./minishell