summaryrefslogtreecommitdiff
path: root/userland/minibox/utilities/sh/sh.c
AgeCommit message (Collapse)Author
2024-12-31libc: Add more sv/sb functionsAnton Kling
2024-12-15sh: source /profile fileAnton Kling
2024-12-15sh: Add setting environment variablesAnton Kling
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2024-12-09sh: Add exit commandAnton Kling
2024-11-28changesAnton Kling
2024-10-09sh: Conform to the new stringbuilder functionsAnton Kling
2024-10-09sh: Add support for running commands in the backgroundAnton Kling
2024-09-12sh: Load script from fileAnton Kling
2024-05-02sh: Use string view instead of C stringsAnton Kling
2023-11-25Minibox shell: Change shell prompt to use cwdAnton Kling
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-11-17Minibox: Add a somewhat improved shellAnton Kling
This shell actually lexes and produces a AST which makes it easier to add features and will makes it more difficult to introduce bugs. So basically it is just better code.