4 líneas
90 B
Ruby
Archivo ejecutable
4 líneas
90 B
Ruby
Archivo ejecutable
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|