Skip to content

jdomingu98/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

minishell project from 42 school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published