summaryrefslogtreecommitdiff
path: root/test/files/script/second.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/script/second.scala')
-rwxr-xr-xtest/files/script/second.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/script/second.scala b/test/files/script/second.scala
new file mode 100755
index 0000000000..cd7a1c5342
--- /dev/null
+++ b/test/files/script/second.scala
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+scala -e 'println("My second argument is " + args(1))' arg1 arg2