implemented outfile redirections

This commit is contained in:
mdev9
2024-02-26 21:14:15 +01:00
parent 951b043dc8
commit 4a52d92aff
4 changed files with 165 additions and 39 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/02/26 15:59:49 by marde-vr ### ########.fr */
/* Updated: 2024/02/26 20:30:30 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -98,5 +98,6 @@ void free_msh(t_msh *msh);
char **split_paths_from_env(t_env *env);
void find_cmd_path(t_msh *msh, char **paths, int *found);
void get_cmd_path(t_msh *msh);
void handle_here_doc(t_msh *msh, char *eof);
#endif