Most of these quotes were in the dashboard branch before we added the rule for double quotes.
6 lines
175 B
Ruby
Executable File
6 lines
175 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require File.expand_path(File.join(File.dirname(__FILE__), "..", "config", "environment"))
|
|
require "delayed/command"
|
|
Delayed::Command.new(ARGV).daemonize
|