]> git.openstreetmap.org Git - rails.git/blob - script/daemons
Move the ActiveRecord::RecordNotFound to the block, so that it catches the not found...
[rails.git] / script / daemons
1 #!/usr/bin/env ruby
2 Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}