Files
foreman/data/example/ticker
2011-05-13 12:02:13 -04:00

7 lines
98 B
Ruby
Executable File

#!/usr/bin/env ruby
while true
puts "tick: #{ARGV.inspect} -- FOO:#{ENV["FOO"]}"
sleep 1
end