mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 21:47:24 +01:00
9 lines
164 B
Ruby
Executable File
9 lines
164 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
begin
|
|
load File.expand_path("../spring", __FILE__)
|
|
rescue LoadError
|
|
end
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|