summaryrefslogtreecommitdiffstats
path: root/tests/src/src/foo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/src/foo.sh')
-rw-r--r--tests/src/src/foo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/src/foo.sh b/tests/src/src/foo.sh
new file mode 100644
index 0000000..aedab81
--- /dev/null
+++ b/tests/src/src/foo.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+printf 'Hello, world!\n'