bookstore/bin/rake

8 lines
162 B
Text
Raw Permalink Normal View History

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