Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.2 KB

42Cursus_Mini_Shell

This project is an integral part of the 42Lisboa curriculum and aims to create a shell written in C, incorporating the essential features expected from a shell.

Table of Content

MiniShell Example

MiniShell

Installation / Usage

This project is designed to work on Linux and macOS.

This project uses libreadline as a dependency, which provides functions for command line input. You need to install this library. Below is an example for Debian:

sudo apt update && sudo apt install libreadline-dev

Clone repo:

git clone [email protected]:Diogo13Antunes/42Cursus_Mini_Shell.git minishell && cd minishell

Build:

make

Usage example:

./minishell

License

This project is licensed under the MIT License.

Contact

If you have any questions or comments about this project, please feel free to contact me at [email protected].