diff options
Diffstat (limited to 'Tests/TargetName/scripts/hello_world')
-rwxr-xr-x | Tests/TargetName/scripts/hello_world | 2 |
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 0000000..ea3a72c --- /dev/null +++ b/Tests/TargetName/scripts/hello_world @@ -0,0 +1,2 @@ +#!/bin/sh +echo "hello, world" |