From a470747864e9774c512e611ecc39e389c242af80 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 8 May 2008 20:48:44 -0500 Subject: initial framework, the create command works --- bin/hm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/hm (limited to 'bin') 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; -- cgit v1.2.3-54-g00ecf