5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-28 00:06:07 +00:00
panel/bin/bundle

4 lines
129 B
Plaintext
Raw Normal View History

2018-01-02 17:19:25 +00:00
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')