minus pid

This commit is contained in:
PrStein 2022-04-14 23:31:47 +02:00
parent cc07376040
commit 183bf5c8b6

View File

@ -58,7 +58,6 @@ typedef struct s_command {
int err_var; int err_var;
struct s_simple *current_s_cmd; struct s_simple *current_s_cmd;
char **path; char **path;
int pid;
} t_cmd; } t_cmd;
//main.c //main.c