tab/bin/rake
2015-09-07 11:44:48 +02:00

9 lines
164 B
Ruby
Executable file

#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require_relative '../config/boot'
require 'rake'
Rake.application.run