Skip to content

dspereira/42Cursus_Mini_Shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.8%
  • Makefile 3.4%
  • Shell 1.8%