ft_minishell is a project that aims to create a simple shell. It is a project of the 42 school cursus.
- 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...
git clone
cd ft_minishell
make
./minishell
- adouib
- jchakir