summaryrefslogtreecommitdiff
path: root/test/asset/shell
AgeCommit message (Collapse)Author
31 hoursFix parsing of shell argument starting with variable expansionRoman Smrž
31 hoursExpression expansion for shell commandRoman Smrž
2 daysExpression expansion for shell argumentsRoman Smrž
Changelog: Lists can now be dollar-expanded in the shell interpreter to provide list of shell command arguments.
2026-08-22Shell: implement ‘!’ operatorRoman Smrž
Changelog: Implement negation using the `!` operator in the shell interpreter.
2026-08-22Shell: track exit code of the last commandRoman Smrž
2026-08-22Shell: allow to toggle "exit on error"Roman Smrž
Changelog: Implemented "set +e/-e" in the shell interpreter.
2026-08-22Shell: implement cd commandRoman Smrž
Changelog: Implemented the `cd` command in shell interpreter.
2026-08-22Shell: 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ž