Skip to content

louisab-dev/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This is the repository of a school project aiming at creating a shell able to replicate the behavior of the Unix shell. It supports job controls, pipes, redirection, and background processes.

Built With

The project is built using C langage and its built-ins libraries. The architecture is detailled in the README file but is in french.

(back to top)

Getting Started

To use this project, start by cloning it in your computer.

git clone https://github.com/iamlouislab/minishell

Then you can use the provided Makefile to build the project.

make

Finally you can run the project by typing:

./minishell

(back to top)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors