Skip to content

graiolo/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell: follow us in the hell!

Minishell is the second project of the Unix branch at 42. It's a minimum viable version of a real shell. The main goal is to have a good understanding of process creation and synchronisation using the C programmming language. This project will introduce you to the world of shells, which provide a convenient text interface to interact with your system. Shells might seem very easy to understand but have very specific and defined behaviour in almost every single case, most of which will need to be handled properly.

Author

iragusa && graiolo

Status

Finished: 2023-06-26. Grade: 125/100.

Usage


Note that this project was tested on Linux only. It may run on MacOS with small adjustments to the Makefile.


You will now be in the correct directory for compilation. Compile with make. Minishell should now be ready!

Run Minishell

./minishell

About

Objective: Create a simple shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published