summaryrefslogtreecommitdiff
path: root/spec/ruby/command_line/fixtures/bin/launcher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/command_line/fixtures/bin/launcher.rb')
-rwxr-xr-xspec/ruby/command_line/fixtures/bin/launcher.rb2
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'