EvoBal/bin/rake

6 lines
131 B
Plaintext
Raw Normal View History

2020-10-17 12:16:28 +02:00
#!/usr/bin/env ruby
2021-02-07 16:46:01 +01:00
load File.expand_path("spring", __dir__)
require_relative "../config/boot"
require "rake"
2020-10-17 12:16:28 +02:00
Rake.application.run