aboutsummaryrefslogtreecommitdiff
path: root/src/builtin/export.c
blob: c0839b98ab1a0d228baebabbb956d30b6f3e8414 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
** \file   export.c
** \brief  `export` builtin
*/

#include "minishell.h"

/* int	export(t_env env, char **argv) */
/* { */
/* 	return (0); */
/* } */