/minishell

Create a simple shell. Yes, your little bash or zsh.

Primary LanguageC


Logo

minishell

As beautiful as a shell

About The Project

The objective of this project is for you to create a simple shell. Yes, your little bash or zsh. You will learn a lot about processes and file descriptors.

Built With

Pure C.

Prerequisites

  • A Shell terminal
  • gcc compiler
  • make command

Installation

  1. Clone the repo
git clone git@github.com:rkrocha/minishell.git
  1. Compile the program
make

Usage

./minishell

And use it like you would any other shell!

Contribution

This project was done in collaboration with Denny Piza