mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
7 lines
92 B
Ruby
Executable File
7 lines
92 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
|
|
|
|
require 'rake'
|
|
Rake.application.run
|