1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 07:40:59 +00:00
serenity/Shell
AnotherTest bc3285abb0 Shell: Read and evaluate an init file on start
This behaviour is overridable with the `--skip-init' flag.
The default file is at '~/shell-init.sh'
2020-07-05 15:43:14 +02:00
..
AST.cpp Shell: Add the alias builtin and resolve aliases 2020-07-05 15:43:14 +02:00
AST.h Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Builtin.cpp Shell: Add the alias builtin and resolve aliases 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: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Parser.h Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Shell.cpp Shell: Read and evaluate an init file on start 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