7 lines
53 B
Ruby
Executable File
7 lines
53 B
Ruby
Executable File
#!/usr/bin/ruby
|
|
|
|
for line in ARGV
|
|
puts line
|
|
end
|
|
|