summaryrefslogtreecommitdiff
path: root/overlay/usr/local/bin/example
diff options
context:
space:
mode:
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"