Minishell
Loading...
Searching...
No Matches
run_command_s Struct Reference

#include <main.h>

Collaboration diagram for run_command_s:

Data Fields

struct run_command_sprev
 
char * exec_path
 
char * exec_name
 
int pipes [2]
 
redirection_t type
 
char ** args
 
char * com_input
 
struct run_command_snext
 

Field Documentation

◆ args

char** args

◆ com_input

char* com_input

◆ exec_name

char* exec_name

◆ exec_path

char* exec_path

◆ next

struct run_command_s* next

◆ pipes

int pipes[2]

◆ prev

struct run_command_s* prev

◆ type


The documentation for this struct was generated from the following file: