cmdtest/t/bin/lines.rb
2009-03-24 08:47:54 +00:00

7 lines
53 B
Ruby
Executable File

#!/usr/bin/ruby
for line in ARGV
puts line
end