feature/exit_codes #2

Merged
ahurac merged 2 commits from feature/exit_codes into main 2023-12-11 14:38:58 +01:00
Showing only changes of commit 259e74e629 - Show all commits

View file

@ -5,7 +5,7 @@
## To-do ## To-do
- [x] Read commands from `stdin` - [x] Read commands from `stdin`
- [ ] Exit with last child termination code - [x] Exit with last child termination code
- [ ] Handle background jobs - [ ] Handle background jobs
- [ ] Handle pipes - [ ] Handle pipes
- [ ] Handle double quotes - [ ] Handle double quotes