summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog1/prog1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_subdirs/prog1/prog1.sh')
-rwxr-xr-xexamples/hello_subdirs/prog1/prog1.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello_subdirs/prog1/prog1.sh b/examples/hello_subdirs/prog1/prog1.sh
new file mode 100755
index 0000000..43d6573
--- /dev/null
+++ b/examples/hello_subdirs/prog1/prog1.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo Hello World1-2