Skip to content

Latest commit

Β 

History

History
30 lines (19 loc) Β· 720 Bytes

File metadata and controls

30 lines (19 loc) Β· 720 Bytes

Minishell ⌨️

Minishell is a simple shell implementation created for the 42 school project. It has been customized again in 2025 to further explore shell functionality and expand its features. πŸ–₯️

This project only work on linux and wsl.

About the project πŸ’»

Preview

You can find the initial subject here.

Installation πŸ› οΈ

You need to install theses command:

sudo apt-get install make gcc libreadline-dev

Usage πŸš€

make && ./minishell

For quiting the program, you need to use Ctrl + D.

Authors 🀝