summaryrefslogtreecommitdiff
path: root/test/asset/shell
AgeCommit message (Collapse)Author
35 hoursShell: implement ‘!’ operatorRoman Smrž
Changelog: Implement negation using the `!` operator in the shell interpreter.
36 hoursShell: track exit code of the last commandRoman Smrž
36 hoursShell: allow to toggle "exit on error"Roman Smrž
Changelog: Implemented "set +e/-e" in the shell interpreter.
36 hoursShell: implement cd commandRoman Smrž
Changelog: Implemented the `cd` command in shell interpreter.
38 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ž