Skip to content

Commit

Permalink
Setup executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 21, 2012
1 parent 82ae539 commit 65be6e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/impact 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby
lib_dir = File.expand_path("../../lib", __FILE__)
$LOAD_PATH.unshift lib_dir if File.directory?(lib_dir)

require 'impact'
require 'impact.rb'

0 comments on commit 65be6e6

Please sign in to comment.