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