p2w_app/bin/rake
Nicolas Bally 3ae9dff8f2 initial
2015-06-23 17:07:39 +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