Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This project has been created as part of the 42 curriculum by arcornil, noaddino.

Minishell

Description

Minishell is a project where the goal is to build a simple, POSIX-like shell from scratch in C. It parses and executes command lines, handling pipes, redirections, built-ins, and signal handling, replicating the core behavior of a real shell like bash.

Instructions

Compilation

make

Execution

./minishell

Resources

References

About

42 School project. A POSIX-like shell in C, implementing pipes, redirections, built-ins, signal handling and more from scratch.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages