pushed
This commit is contained in:
parent
5778b13f72
commit
5c7b8cde0d
8 changed files with 174 additions and 74 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "../includes/minishell.h"
|
||||
|
||||
// void ft_exec_cmd(t_utils *utils, t_str cmd, t_str cmd_args[])
|
||||
// void ft_exec_cmd(t_state *utils, t_str cmd, t_str cmd_args[])
|
||||
// {
|
||||
// if (execve(cmd, cmd_args, utils->envp) == -1)
|
||||
// {
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
// }
|
||||
// }
|
||||
//
|
||||
// void ft_other_cmd(t_utils *shcat, t_usize i, t_usize prev_i)
|
||||
// void ft_other_cmd(t_state *shcat, t_usize i, t_usize prev_i)
|
||||
// {
|
||||
// pid_t pid;
|
||||
// t_i32 options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue