1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:57:35 +00:00
serenity/Shell
asynts afa2523724 Shell: Don't execute scripts interactively.
The following example should illustrate one issue arising from this:

    $ echo 'exit 1' > example.sh
    $ Shell example.sh
    Good-bye!

This message is meant to be shown to an interactive user, but not in a
shell script.
2020-09-28 17:39:50 +02:00
..
Tests Shell: Fix a FIXME in the a test about using functions 2020-09-26 21:28:35 +02:00
AST.cpp Shell: Rename two 'fd' class members to have an 'm_' prefix 2020-09-26 21:28:35 +02:00
AST.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Builtin.cpp Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
CMakeLists.txt Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Execution.h Shell: Allow redirections and pipes on builtins 2020-08-15 20:48:17 +02:00
Formatter.cpp Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Formatter.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Forward.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Job.cpp Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
Job.h Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
main.cpp Shell: Add live formatting and take an option to enable it 2020-09-26 21:28:35 +02:00
NodeVisitor.cpp Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
NodeVisitor.h Shell: Add a (very basic) formatter 2020-09-26 21:28:35 +02:00
Parser.cpp Shell: Ignore '\\\n' in input 2020-09-26 21:28:35 +02:00
Parser.h Shell: Add 'match' expressions 2020-09-15 20:36:59 +02:00
Shell.cpp Shell: Don't execute scripts interactively. 2020-09-28 17:39:50 +02:00
Shell.h Shell: Add live formatting and take an option to enable it 2020-09-26 21:28:35 +02:00