summaryrefslogtreecommitdiffstats
path: root/bin/hm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hm')
-rw-r--r--bin/hm5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/hm b/bin/hm
new file mode 100644
index 0000000..2a1d774
--- /dev/null
+++ b/bin/hm
@@ -0,0 +1,5 @@
+#!/usr/bin/env perl
+use lib 'lib';
+use App::Hiveminder;
+
+App::Hiveminder->run;