: Main program of the Minishell More...
#include "builtins.h"#include "env.h"#include "file.h"#include "garbage.h"#include "exec.h"#include "minishell.h"#include <readline/history.h>#include <readline/readline.h>#include <stdlib.h>
Functions | |
| int | minishell (t_data *data) |
| Minishell that handles all the shell functions. | |
: Main program of the Minishell