summaryrefslogtreecommitdiff
path: root/overlay/usr/local/bin/example
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2019-01-22 15:09:40 +0000
committerDaniel Thompson <daniel.thompson@linaro.org>2019-01-22 15:36:50 +0000
commit2e4db239677cb56bd5ba154bad7d262d95abf586 (patch)
treea7b7174eca8f16c627ada3b26adeb6fb9c08beb6 /overlay/usr/local/bin/example
Overlay exampleHEADmaster
Diffstat (limited to 'overlay/usr/local/bin/example')
-rwxr-xr-xoverlay/usr/local/bin/example3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/usr/local/bin/example b/overlay/usr/local/bin/example
new file mode 100755
index 0000000..846390c
--- /dev/null
+++ b/overlay/usr/local/bin/example
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "This is just an example"