forked from Gitlink/forgeplus
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require_relative '../config/boot'
|
||
|
|
||
|
|
||
|
require 'rake'
|
||
|
Rake.application.run
|