diff options
Diffstat (limited to 'spec/ruby/command_line/fixtures/bin/launcher.rb')
| -rwxr-xr-x | spec/ruby/command_line/fixtures/bin/launcher.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/command_line/fixtures/bin/launcher.rb b/spec/ruby/command_line/fixtures/bin/launcher.rb new file mode 100755 index 0000000000..92a0ee2b49 --- /dev/null +++ b/spec/ruby/command_line/fixtures/bin/launcher.rb @@ -0,0 +1,2 @@ +#!ruby +puts 'success' |
