summaryrefslogtreecommitdiff
path: root/userland/minibox/utilities/sh
AgeCommit message (Collapse)Author
2024-10-11sh: Add parsing of newlinesAnton Kling
2024-10-09sh: Conform to the new stringbuilder functionsAnton Kling
2024-10-09sh: Add support for running commands in the backgroundAnton Kling
2024-10-09sh: Fix incorrectly hardcoded valueAnton Kling
2024-09-12sh: Load script from fileAnton Kling
2024-09-12sh: Add support for commentsAnton 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.