Skip to content

tedelin/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell ⚙️

Description

Minishell is a simple shell implementation in C. It is a project of the 42 school cursus.

Features

Reimplemented the following features:

  • Pipes (|)
  • Signals (Ctrl-C, Ctrl-D, Ctrl-)
  • Redirection (>, <, >>, <<)
  • Environment variables with expansion
  • Builtins functions:
    • export
    • unset
    • cd
    • echo
    • env
    • pwd
    • exit

Installation

git clone git@github.com:tedelin/minishell.git
cd minishell
make

Usage

./minishell

Preview

Preview

About

Implementation of simple shell in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors