Ignoring Vendors and Documentation in the find_keyword utility.
[mwamko.git] / script / comet_setup
blob2e026a5ce3732d2335c32bc5d48c761441b5e67e
1 #!/usr/bin/env ruby
3 SCRIPT_PATH = File.dirname(File.expand_path(__FILE__))
4 require "#{SCRIPT_PATH}/../config/environment.rb"
8 if ARGV[0] == 'start'
9 start
10 elsif ARGV[0] == 'stop'
11 stop
12 elsif ARGV[0] == 'restart'
13 start
14 end