/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* plaunch_brace.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/13 19:09:30 by jhalford #+# #+# */ /* Updated: 2017/03/17 20:35:24 by wescande ### ########.fr */ /* */ /* ************************************************************************** */ #include "minishell.h" int plaunch_brace(t_process *p) { ft_exec(&p->data.brace.content); return (ft_atoi(ft_getenv(data_singleton()->env, "?"))); }