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