mirror of
https://github.com/guezoloic/minishell.git
synced 2026-01-25 09: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
|
||||
[] read inputs / send outputs
|
||||
[] parse paramaters
|
||||
[] basic commmands (ex: quit)
|
||||
[] error management
|
||||
[] redirections / pipe
|
||||
[] background / foreground
|
||||
[] signal management
|
||||
[] variables
|
||||
- [] read inputs / send outputs
|
||||
- [] parse paramaters
|
||||
- [] basic commmands (ex: quit)
|
||||
- [] error management
|
||||
- [] redirections / pipe
|
||||
- [] background / foreground
|
||||
- [] signal management
|
||||
- [] variables
|
||||
Reference in New Issue
Block a user