mirror of
https://github.com/webmin/webmin.git
synced 2026-04-10 19:30:19 +01:00
9 lines
82 B
Raku
Executable File
9 lines
82 B
Raku
Executable File
# shell-lib.pl
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|
|
|
|
1;
|
|
|