awend0 / minishell42

42 - Basic shell from scratch using only C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minishell 100/100

Basic bash reimplementation in C

Build it yourself

  • sudo apt-get install libncurses5-dev
  • make all

What we did

  • Totally leak-free
  • Totally norminette code-style respected
  • History (like in bash)
  • Built-ins: echo, pwd, cd, env, export, unset and exit
  • Return codes working correct $?
  • Ofc, pipes, multiple commands, redirections, single and double quotes (except multiline, sorry)

Authors

Screenshot 1

About

42 - Basic shell from scratch using only C.


Languages

Language:C 97.8%Language:Makefile 2.2%