]> git.openstreetmap.org Git - rails.git/blobdiff - script/daemons
Use an enumerator for gpx.points, and process the the points in batches
[rails.git] / script / daemons
index feb98b645243dbc90acb1a792fbd1ab513254f24..4eb2fcf6a3cadbafe3fbb2dcbcb77d6dac3b5fa8 100755 (executable)
@@ -1,2 +1,2 @@
 #!/usr/bin/env ruby
-Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}
\ No newline at end of file
+Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each { |f| `#{f} #{ARGV.first}` }