Skip to content

LoisDuplain/minishell-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪄 minishell 🧑‍💻

platform: osx 10.14.x language: c library: best-libft library: readline 42 login: lduplain

Minishell is a simple shell written in C.
Created by Loïs Duplain. (42login: lduplain, 42mail: [email protected])

🏗️ Compile

To basically compile program:

make

To recompile entire program:

make re

To clean all *.o in project and libraries:

make clean

To clean all *.o and compiled things in project and libraries:

make fclean

▶️ Run

To basically run:

./minishell

🖥️ 42

Subject

Mark: 42-project-mark

⚖️ Copyright

Loïs Duplain (lduplain) © 2021

Releases

No releases published

Packages

No packages published