/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* shell_script.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: lperrey +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2021/10/26 23:47:44 by lperrey #+# #+# */ /* Updated: 2021/10/30 15:01:13 by lperrey ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" void shell_script(t_all *c) // WIP { ft_putstr_fd("Shell Script Placeholder\n", 1); free_exit(c, EXIT_SUCCESS); }