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