Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 815 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 815 Bytes

Minishell2

Epitech project

Screenshot from 2016-05-06 12:27:37

This is a medium project to prepare for a complete shell.
Grade : 18.57/20

What do this program ?

It is a UNIX program interpreter.
Prompt custom
The command lines are advanced compare to minishell1, it means with pipe, redirection, double redirection and semicolons.
If an executable cannot be found, I display an error message.
I correctly handle the path and the environment.

Builtin : cd, setenv, unsetenv, env, exit
The reference of my shell is tcsh.