Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 901 Bytes

minishell

Table of Contents

Overview

minishell is a educational project for building a basic Shell from scratch using C language. This is great project to at which a wide range of knowledge gets put into a single problem, ranging from parsing, IPC, memory management. etc.

For more informatins. Refer to subject file included in the subject directory.

Requirements

To build this project you need the following:

  • C compiler
  • Make

Build

To build this project cd into src and run the following command:

make

This will result in a binary named minishell.

Usage

To run minishell simply run the compiled binary. and a familiar prompt will be shown up.

Lisence

This project is licensed under MIT license. See the LICENSE file for details.