From c88a1ca5a556c29437ab7c5d0a404c41eb6f61af Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 12 Jul 2010 17:54:13 -0700 Subject: [PATCH] Gollum executable. --- bin/gollum | 39 ++++++++++++++++++++++++++++++++++++++ gollum.gemspec | 3 +++ lib/gollum/frontend/app.rb | 6 ------ 3 files changed, 42 insertions(+), 6 deletions(-) create mode 100755 bin/gollum diff --git a/bin/gollum b/bin/gollum new file mode 100755 index 00000000..b71f2ce7 --- /dev/null +++ b/bin/gollum @@ -0,0 +1,39 @@ +#!/usr/bin/env ruby + +$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib]) + +help = <