mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Shell: Add support for $0,$1,...
This commit is contained in:
committed by
Andreas Kling
parent
2f97590409
commit
0b57cdff82
@@ -209,6 +209,8 @@ int main(int argc, char** argv)
|
||||
|
||||
parser.parse(argc, argv);
|
||||
|
||||
shell->current_script = argv[0];
|
||||
|
||||
if (!skip_rc_files) {
|
||||
auto run_rc_file = [&](auto& name) {
|
||||
String file_path = name;
|
||||
|
||||
Reference in New Issue
Block a user