Files
ladybird/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
..
2020-09-26 21:28:35 +02:00
2020-09-26 21:28:35 +02:00
2020-09-09 20:35:21 +02:00
2020-09-26 21:28:35 +02:00
2020-09-15 20:36:59 +02:00