Skip to content

NeilRbate/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell (42 project)

This project consists to reproduce a (mini)shell. (like bash)

It has a few feature such as :

  • Command-line interface
  • Environment variables
  • Redirection and pipe
  • Built-in utilities

How to run it ?

First of all you'll need "readline" library.

Get it using your package manager. Then you have to replace "HEADERS" and "LIB_PATH" in Makefile

Screenshot 2023-04-04 at 23 25 39

Replace this section with your path to readline (library and include).

That's it you're ready to go !

Open a terminal, go to the folder and "make", then "./minishell"

We hope you will enjoy our work !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published