adopt-a-hydrant/bin/rake

9 lines
164 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
2014-04-09 07:02:20 +00:00
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require_relative '../config/boot'
require 'rake'
Rake.application.run