mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
b2c30d0e34
This reverts commit 1adda31cbc
.
4 lines
90 B
Ruby
Executable file
4 lines
90 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|