summaryrefslogtreecommitdiff
path: root/doc/source/image/files/hello/hello
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2018-02-06 17:50:26 +0000
committerJürg Billeter <j@bitron.ch>2018-02-14 12:44:52 +0100
commit201b39b60921d4a0d6294ee6d64f575ccff71d19 (patch)
tree0f96a63b51495a4890d14df1805f7604f035aefb /doc/source/image/files/hello/hello
parent82133828a93bb3df4d0d8bd6ccbfa2e933a15c40 (diff)
downloadbuildstream-image-authoring.tar.gz
Add image doc projectimage-authoring
Diffstat (limited to 'doc/source/image/files/hello/hello')
-rwxr-xr-xdoc/source/image/files/hello/hello3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/image/files/hello/hello b/doc/source/image/files/hello/hello
new file mode 100755
index 000000000..e77d4e7d6
--- /dev/null
+++ b/doc/source/image/files/hello/hello
@@ -0,0 +1,3 @@
+#!/bin/ash
+
+echo 'Hello World!'