add dxweb app
[spider.git] / dxweb / script / dxweb
diff --git a/dxweb/script/dxweb b/dxweb/script/dxweb
new file mode 100755 (executable)
index 0000000..4200773
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+
+use FindBin;
+BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
+use Mojolicious::Commands;
+
+# Start command line interface for application
+Mojolicious::Commands->start_app('DXWeb');