]> git.openstreetmap.org Git - rails.git/blob - script/daemons
The list_bbox_rss won't work at all without a bbox. Thow an error when it's not supplied
[rails.git] / script / daemons
1 #!/usr/bin/env ruby
2 Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}