webgui/sbin/webgui.pl
2011-07-05 07:39:41 -05:00

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;