/minishell

This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

Primary LanguageCMIT LicenseMIT

minishell

As beautiful as a shell.

Summary

This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

Getting started

First, clone this repository and cd into it:

$ git clone https://github.com/riceset/minishell; cd minishell

Compile the executable file with:

$ make