Skip to content

42-jkoers/minishell

Repository files navigation

Minishell

This 42's curriculum project implements a simplified implementation of the bash shell written in C from the ground up. Build together with @jsimonis

Featuring

  • Containing 7 builtins:
    • cd, echo, env, exit, export, pwd, unset
  • Redirects, heredoc and pipes
    • >>, <<, >, <, |

example

Requirements

On MacOS run

brew install readline

Usage

make
./minishell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published