mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-23 17:47:49 -05:00
7 lines
121 B
Ruby
Executable File
7 lines
121 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|