mirror of
https://github.com/guezoloic/minishell.git
synced 2026-01-25 10:34:22 +00:00
221 B
221 B
minishell
TODO
- [] read inputs / send outputs
- [] parse paramaters
- [] basic commmands (ex: quit)
- [] error management
- [] redirections / pipe
- [] background / foreground
- [] signal management
- [] variables