fbily42 / Minishell

Project Minishell - 42 Paris /w @bCigueS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minishell

Small shell done in collaboration with Simon Beylot (see subject.pdf)

minishell

Usage/Examples

make
./minishell
  • All binary commands supported
  • Builtins : echo, cd, pwd, export, unset, env and exit
  • Handle pipe and redirections
  • Handle ctrl-D, ctrl-C, ctrl-\
  • Handle simple and double quote

About

Project Minishell - 42 Paris /w @bCigueS


Languages

Language:C 96.4%Language:Makefile 3.6%