mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
8 lines
158 B
Ruby
Executable File
8 lines
158 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
begin
|
|
load File.expand_path("../spring", __FILE__)
|
|
rescue LoadError
|
|
end
|
|
require 'bundler/setup'
|
|
load Gem.bin_path('spinach', 'spinach')
|