mirror of
https://github.com/guezoloic/minishell.git
synced 2026-01-25 04:34:22 +00:00
fix(README): rename title and separate todo lines
This commit is contained in:
18
README.md
18
README.md
@@ -1,11 +1,11 @@
|
|||||||
# maxishell
|
# minishell
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
[] read inputs / send outputs
|
- [] read inputs / send outputs
|
||||||
[] parse paramaters
|
- [] parse paramaters
|
||||||
[] basic commmands (ex: quit)
|
- [] basic commmands (ex: quit)
|
||||||
[] error management
|
- [] error management
|
||||||
[] redirections / pipe
|
- [] redirections / pipe
|
||||||
[] background / foreground
|
- [] background / foreground
|
||||||
[] signal management
|
- [] signal management
|
||||||
[] variables
|
- [] variables
|
||||||
Reference in New Issue
Block a user