mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-11 01:54:30 +08:00
4 lines
90 B
Ruby
Executable file
Vendored
4 lines
90 B
Ruby
Executable file
Vendored
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|