Skip to content

sbb3/ft_minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ft_minishell

Description

ft_minishell is a project that aims to create a simple shell. It is a project of the 42 school cursus.

Features

  • Prompt
  • Builtins: echo, cd, pwd, export, unset, env, exit
  • Redirections: <, >, >>
  • Pipes: |
  • Signals: ctrl-C, ctrl-D, ctrl-\
  • Environment variables
  • Error handling
  • Quotes: ", ', \
  • Escape sequences: \n, \t, ", ', \
  • History
  • and more...

Installation

git clone
cd ft_minishell
make

Usage

./minishell

Authors

  • adouib
  • jchakir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published