Minishell
 
Loading...
Searching...
No Matches
read_context.c File Reference
#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>
Include dependency graph for read_context.c:

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.