mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
|
#!/usr/bin/env ruby.exe
|
||
|
|
require_relative '../config/boot'
|
||
|
|
require 'rake'
|
||
|
|
Rake.application.run
|