webgui/sbin/webgui.pl
2011-04-06 10:26:22 -05:00

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;