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

#include "minishell.h"

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