8 lines
115 B
Perl
Executable file
8 lines
115 B
Perl
Executable file
#!/usr/bin/env perl
|
|
use strict;
|
|
use warnings;
|
|
|
|
use WebGUI::Paths -inc;
|
|
use WebGUI::Command;
|
|
WebGUI::Command->run;
|
|
|