0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-15 14:20:54 +00:00
ensl.org/bin/rake
2020-03-22 15:09:24 +02:00

9 lines
213 B
Ruby
Executable file

#!/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