Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rkh/bithug
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Jan 31, 2010
2 parents 3152310 + c0bd8de commit 3df9b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/bithug-serve
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'pathname'
$LOAD_PATH.unshift(Pathname.new(__FILE__).dirname.join("..").expand_path.to_s)
path = Pathname(__FILE__).realpath.dirname.dirname
$LOAD_PATH.unshift path.to_s, path.join("lib").to_s
require 'init'
Bithug::Shell.new(ARGV[0]).run

0 comments on commit 3df9b85

Please sign in to comment.