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

6 lines
61 B
Ruby
Executable File

#!/usr/bin/ruby
for file in ARGV
puts File.read(file)
end