mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
export: handle simple cases
This commit is contained in:
parent
b92aa33c4e
commit
299e016a27
6 changed files with 96 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/31 14:16:13 by khais #+# #+# */
|
||||
/* Updated: 2025/03/31 16:20:11 by khais ### ########.fr */
|
||||
/* Updated: 2025/04/01 14:00:26 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -18,5 +18,6 @@
|
|||
t_builtin_type builtin_invalid(t_simple_cmd *cmd, t_minishell *app);
|
||||
t_builtin_type builtin_pwd(t_simple_cmd *cmd, t_minishell *app);
|
||||
t_builtin_type builtin_cd(t_simple_cmd *cmd, t_minishell *app);
|
||||
t_builtin_type builtin_export(t_simple_cmd *cmd, t_minishell *app);
|
||||
|
||||
#endif // BUILTINS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue