Shells in OCaml
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update todos

+4
+4
TODO.md
··· 6 6 - Better structured concurrency handling, will eventually need a notion 7 7 of background/global Eio.Switch.t. 8 8 - [ ] Redirections 9 + - [x] Simple input/output redirects 10 + - [x] More complicated FD dupping ones (e.g. `>&3`) 11 + - [ ] Clobbering 12 + - [ ] `<>` support 9 13 - [ ] Loops 10 14 - [ ] For loops 11 15 - [ ] While/Until loops