bookstore/bin/rake

6 lines
131 B
Text
Raw Normal View History

2021-03-19 17:31:38 +02:00
#!/usr/bin/env ruby
load File.expand_path("spring", __dir__)
require_relative "../config/boot"
require "rake"
Rake.application.run