mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
9 lines
164 B
Text
9 lines
164 B
Text
|
#!/usr/bin/env ruby
|
||
|
begin
|
||
|
load File.expand_path("../spring", __FILE__)
|
||
|
rescue LoadError
|
||
|
end
|
||
|
require_relative '../config/boot'
|
||
|
require 'rake'
|
||
|
Rake.application.run
|