mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-29 16:37:20 +02:00
6 lines
91 B
Text
6 lines
91 B
Text
|
|
#!/usr/bin/env ruby
|
||
|
|
|
||
|
|
require_relative '../config/boot'
|
||
|
|
require 'rake'
|
||
|
|
Rake.application.run
|