This is a shell coded in C with mbocquel.
- This is an individual project at School 42.
- This project handle :
- ’ and `
- Redirections
<
,>
,<<
,>>
- Pipes
|
- Environment variables
$?
ctrl-C
,ctrl-D
andctrl-\
- Builtins : echo, cd, pwd, export, unset, env, exit
- Has a working history
- Parsing is done thanks to an abstract syntax tree (AST).
make && ./minishell