Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor authored Oct 10, 2024
1 parent a466805 commit 912ac68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
- [x] Memory Leaks Management at: Lexer, Parser :tada: [https://github.com/biralavor/42_minishell/releases/tag/v0.9.8]
- [x] Memory Leaks Management at: Expansion, Builtins :tada: [https://github.com/biralavor/42_minishell/releases/tag/v0.9.8]
- [x] Memory Leaks Management at: Manage Single Command :tada: [https://github.com/biralavor/42_minishell/releases/tag/v0.9.8]
- [x] Memory Leaks Management at: HereDoc, when Ctrl+C is activated :tada: [https://github.com/biralavor/42_minishell/releases/tag/v0.9.9.8]
- [x] Signals Control -> Ctrl + \ :tada: [https://github.com/biralavor/42_minishell/releases/tag/v0.9.9.8]
- Next Steps on Project Management:
- [ ] Memory Leaks Management at: HereDoc, when Ctrl+C is activated
- [ ] Signals Control -> Ctrl + \
- [ ] Norminette
- Possible Bonus Development:
- [ ] If `&&` were inside `()`, it should execute with priority (SUBSHELL)
- [ ] If `||` were inside `()`, it should execute with priority (SUBSHELL)
Expand Down

0 comments on commit 912ac68

Please sign in to comment.