about summary refs log tree commit diff
path: root/public/dispatch.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'public/dispatch.cgi')
-rwxr-xr-xpublic/dispatch.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/dispatch.cgi b/public/dispatch.cgi
new file mode 100755
index 0000000..0d040ec
--- /dev/null
+++ b/public/dispatch.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env perl
+use Plack::Runner;
+Plack::Runner->run('/home/franck/code/projects/c/jitterbug/jitterbug.pl');