start of WebGUI::Command

This commit is contained in:
Graham Knop 2010-07-01 16:13:51 -05:00
parent 9ec788a603
commit e4696b28a7
3 changed files with 87 additions and 57 deletions

7
sbin/webgui.pl Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
use WebGUI::Command;
WebGUI::Command->run;