mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-10-31 00:48:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			220 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			220 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env ruby
 | |
| begin
 | |
|   load File.expand_path("../spring", __FILE__)
 | |
| rescue LoadError
 | |
| end
 | |
| APP_PATH = File.expand_path('../../config/application',  __FILE__)
 | |
| require_relative '../config/boot'
 | |
| require 'rails/commands'
 |