summaryrefslogtreecommitdiff
path: root/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh')
-rw-r--r--spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh b/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh
new file mode 100644
index 0000000000..0eede2a99f
--- /dev/null
+++ b/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+exec somehow this file
+#!ruby
+puts 'success'