mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
13 lines
229 B
Raku
Executable File
13 lines
229 B
Raku
Executable File
# cluster-shell-lib.pl
|
|
# Doesn't really contain anything ..
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|
|
&foreign_require("servers", "servers-lib.pl");
|
|
|
|
$commands_file = "$module_config_directory/commands";
|
|
|
|
1;
|
|
|