21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-04 01:35:10 +02:00
chexpire/bin/rake

6 lines
131 B
Plaintext
Raw Permalink Normal View History

2018-05-23 10:32:04 +02:00
#!/usr/bin/env ruby
2022-02-13 10:25:06 +01:00
load File.expand_path("spring", __dir__)
require_relative "../config/boot"
require "rake"
2018-05-23 10:32:04 +02:00
Rake.application.run