moop250 / minishell

1 stars 0 forks source link
42 42lausanne c minishell minishell42

minishell

In Progress

Description

The point of minishell is to make a simple shell that mimics certain bash functionalities.

Core Features

Bonus Features

Advanced functionalities enhance the basic implementation, such as:

Compatibility & Size

Usage

To clone the repository and the subdir, use:

git clone https://github.com/moop250/minishell.git

Compilation & cleanup:

Example usage:

./minishell

This will start the minishell, presenting a command prompt for running shell commands.