module-and-template-store/bin/bundle

4 lines
129 B
Plaintext
Raw Normal View History

2013-12-25 10:39:05 +00:00
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')