summaryrefslogtreecommitdiff
path: root/bin/app.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/app.pl')
-rwxr-xr-xbin/app.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/app.pl b/bin/app.pl
new file mode 100755
index 0000000..5d02bde
--- /dev/null
+++ b/bin/app.pl
@@ -0,0 +1,4 @@
+#!/usr/bin/env perl
+use Dancer;
+use StarGit;
+dance;