rkrocha / minishell

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

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


Languages

Language:C 94.3%Language:Makefile 5.7%