mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-22 19:58:05 +00:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
|
#!/usr/bin/env ruby
|
||
|
|
require_relative "../config/boot"
|
||
|
|
require "rake"
|
||
|
|
Rake.application.run
|