index
:
minishell.git
lexer
m_test
master
path
rendu
School project: a minimalistic shell based on bash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
builtin
/
export.c
blob: e284270606778d13081d0ec26847de8600abe23a (
plain
)
1
2
3
4
5
6
#include
"minishell.h"
int
ms_export
(
t_state
*
state
,
char
**
argv
)
{
return
(
0
);
}