Skip to content

autiinpu2/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been created as part of the 42 curriculum by apuyane, mcomin

Description

This project is about creating a simple shell.

Instructions

Compilation

To compile the project you should run this command

make all 

To clean the objects files, you should run this command

make clean

To clean the objects as well as the executable, you should run this command

make fclean

To recompile the project, you should run this command

make re

Execution

To launch the program, you have this command

./minishell

Ressources

This project is using our Libft

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published