42 project Minishell
The program is a UNIX command interpreter
- PATH and environment handling
- using of fork and execve functions to launch binaries
- implementation of the following builtins : echo, cd, setenv, unsetenv, env, exit
$
and~
handling- single and double quotes handling
- ctrl c signal handling
- commands separation with
;
- ohmyzsh-like interface
Clone the repository and launch the make
command
./minishell