Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore patch files | Rory Dudley | 2024-08-10 | 1 | -0/+1 |
| | | | | | | Ignore patch files generated by 'git format-patch'. Signed-off-by: Rory Dudley <rory@netc.lu> | ||||
* | Initial commit | Rory Dudley | 2024-02-16 | 1 | -0/+1 |
An extremely miniamal shell. It is capable of forking processes, and passing arguments to them, but that's pretty much it. Notes: This is pretty much a prototype, to see how easily something like a shell could be implemented in Rust. |