Minishell
|
#include <main.h>
Data Fields | |
env_node_t * | env |
char ** | input |
char ** | env_array |
char * | home |
int | status |
bool | exit |
run_command_t * | command |
struct timespec | start_time |
epifetch_t * | epifetch |
env contains a linked list of the env env_array is the same an env but instead of a linked list is an array home contains the home directory of user status contains the exit code of the last command
run_command_t* command |
env_node_t* env |
char** env_array |
epifetch_t* epifetch |
bool exit |
char* home |
char** input |
struct timespec start_time |
int status |