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