Minishell
|
#include <main.h>
Data Fields | |
struct run_command_s * | prev |
char * | exec_path |
char * | exec_name |
int | pipes [2] |
redirection_t | type |
char ** | args |
char * | com_input |
struct run_command_s * | next |
char** args |
char* com_input |
char* exec_name |
char* exec_path |
struct run_command_s* next |
int pipes[2] |
struct run_command_s* prev |
redirection_t type |