Skip to content

ayoubedd/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Basic bash like shell written in C

Topics

Resources

Stars

Watchers

Forks