Skip to content

Commit

Permalink
added executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Kim committed Apr 23, 2015
1 parent ac3243c commit 9552f5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/flavor-gem
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env ruby
lib = File.expand_path("../../lib", __FILE__)
$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)

require "flavor_gem/runner"

FlavorGem::Runner.start

0 comments on commit 9552f5a

Please sign in to comment.