This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Horridly hacked together by David Smalley ([email protected]) with bits pulled from the | |
# Rspec spec_server script, and the acts_as_ferret ferret_start/ferret_stop scripts | |
# 11/01/2007 | |
require File.expand_path(File.dirname(__FILE__) + '/../config/boot') | |
require RAILS_ROOT + '/config/environment' | |
require 'async_observer/worker' | |
NewerOlder