1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Shell
AnotherTest c5d0aa9a44 Shell: Allow commands in variables, and properly substitute them on use
This allows the below interaction to work:
```
$ silence=(2>&1 >/dev/null)
$ do_noisy_thing with these args $silence
<nothing here lol>
```
2020-07-05 15:43:14 +02:00
..
AST.cpp Shell: Allow commands in variables, and properly substitute them on use 2020-07-05 15:43:14 +02:00
AST.h Shell: Allow commands in variables, and properly substitute them on use 2020-07-05 15:43:14 +02:00
Builtin.cpp Shell: Do not try to recreate a command from a list of args in time 2020-07-05 15:43:14 +02:00
CMakeLists.txt Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Forward.h Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Job.h Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
main.cpp Shell: Read and evaluate an init file on start 2020-07-05 15:43:14 +02:00
Parser.cpp Shell: Allow commands in variables, and properly substitute them on use 2020-07-05 15:43:14 +02:00
Parser.h Shell: Allow commands in variables, and properly substitute them on use 2020-07-05 15:43:14 +02:00
Shell.cpp Shell: Allow commands in variables, and properly substitute them on use 2020-07-05 15:43:14 +02:00
Shell.h Shell: Read and evaluate an init file on start 2020-07-05 15:43:14 +02:00