#include "builtins.h"
#include "exec.h"
#include "file.h"
#include "garbage.h"
#include "get_next_line.h"
#include "minishell.h"
#include <stdio.h>
#include <unistd.h>
Functions | |
int | is_interactive (void) |
Function to read the context where this function is called Verify if it's used in a tty or not,. | |
int | short_minishell_no_tty (t_data *data) |
Executes the shell in a restricted area where there is no prompt Should work exactly as the minishell function. | |