summaryrefslogtreecommitdiff
path: root/Tests/TargetName/scripts/hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TargetName/scripts/hello_world')
-rwxr-xr-xTests/TargetName/scripts/hello_world2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/TargetName/scripts/hello_world b/Tests/TargetName/scripts/hello_world
new file mode 100755
index 000000000..ea3a72c1c
--- /dev/null
+++ b/Tests/TargetName/scripts/hello_world
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "hello, world"