7 lines
158 B
Ruby
Executable file
7 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')
|