Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-19 | Shell: Add a `not` builtin | AnotherTest | |
`not` just takes a command, runs it, then negates its exit code (0->1, non-zero->0). | |||
2021-01-19 | Shell: Add a builtin that parses its sole argument and dumps its AST | AnotherTest | |
Pretty useful for debugging. | |||
2021-01-12 | Shell: Move to Userland/Shell/ | Andreas Kling | |