mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 14:58:07 -05:00
5 lines
90 B
Ruby
Executable File
5 lines
90 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative "../config/boot"
|
|
require "rake"
|
|
Rake.application.run
|