4 行
90 B
Ruby
可執行檔
4 行
90 B
Ruby
可執行檔
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|