summaryrefslogtreecommitdiff
path: root/test/asset/shell
AgeCommit message (Collapse)Author
35 hoursShell: implement cd commandRoman Smrž
Changelog: Implemented the `cd` command in shell interpreter.
36 hoursShell: implement pwd commandRoman Smrž
Changelog: Implemented `pwd` command in shell interpreter.
2025-10-05Redirection in shell scriptsRoman Smrž
Changelog: Implemented input/output redirection in shell scripts
2025-08-25Shell pipesRoman Smrž
Changelog: Implemented pipes in shell scripts
2025-08-02Shell: list all shell special characters for parserRoman Smrž
2025-08-02Shell: support backslash-escaped spacesRoman Smrž
2025-08-02Test: basic shell scriptsRoman Smrž