mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 06:58:47 +02:00
「✨」 feat(exec_builtins / quote parsing): did builtins execution, wip quote parsing (don't work for the moment)
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/29 13:20:22 by mmoussou #+# #+# */
|
||||
/* Updated: 2024/06/13 14:12:31 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/07/03 11:04:53 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -15,6 +15,8 @@
|
||||
|
||||
# include "env.h"
|
||||
|
||||
int format_quotes(t_list *list_cmd);
|
||||
|
||||
char *get_path(char *path, char *cmd);
|
||||
int exec_split_cmd(t_list *list_cmd, t_env *env);
|
||||
|
||||
|
Reference in New Issue
Block a user