5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 05:10:49 +00:00
panel/bin/rake

6 lines
131 B
Plaintext
Raw Normal View History

2018-01-02 17:19:25 +00:00
#!/usr/bin/env ruby
2020-12-24 18:02:03 +00:00
load File.expand_path("spring", __dir__)
2018-01-02 17:19:25 +00:00
require_relative '../config/boot'
require 'rake'
Rake.application.run