mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00: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;
|
|
|