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.
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
This project is licensed under the MIT License.
If you have any questions or comments about this project, please feel free to contact me at [email protected].