summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 20:48:44 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 20:48:44 -0500
commita470747864e9774c512e611ecc39e389c242af80 (patch)
tree30063b26061f48358d747977a77e308f07192655 /bin
downloadapp-hiveminder-a470747864e9774c512e611ecc39e389c242af80.tar.gz
app-hiveminder-a470747864e9774c512e611ecc39e389c242af80.zip
initial framework, the create command works
Diffstat (limited to 'bin')
-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;