Skip to content

This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

Notifications You must be signed in to change notification settings

jesuserr/42Cursus_minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandatory part + Bonus -> 101%

Minishell - As beautiful as a shell

Summary: This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

For detailed information, refer to the subject of this project

In order to have a successfull compilation the Readline library must be present. For this project the library was installed using Brew.
In any other case it may be needed to modify the following Makefile lines:

CFLAGSO = -Werror -Wall -Wextra -I/opt/homebrew/opt/readline/include -I
CFLAGSE = -Werror -Wall -Wextra -L/opt/homebrew/opt/readline/lib -lreadline -Lft_printf -l$(LIB) -I

About

This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published