5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-19 22:31:47 +00:00
panel/bin/bundle

4 lines
129 B
Text
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')