cmdtest/t/bin/echo_stdout.rb
Johan Holmberg 21411e4a87 Renamed "echo-stdout.rb" and "echo-stderr.rb"
to get automatic addition of "ruby -S" on Windows.
2011-11-04 23:12:48 +01:00

4 lines
37 B
Ruby
Executable File

#!/usr/bin/ruby
puts ARGV.join(" ")