1
0
mirror of https://github.com/beatriceo/polyglot.git synced 2025-03-16 06:59:12 +00:00

10 lines
213 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'
Rake.application.run