Minishell is a simple project that mimics a basic Unix shell. It is written in C and uses Unix system calls to execute commands. read the subject
- C
- Unix System Calls
To install Minishell, follow these steps:
- Clone the repository:
git clone https://github.com/garenaud/Minishell.git
- Go into the project directory:
cd minishell
- Compile the project:
make
To run Minishell, use the following command:
./minishell