summaryrefslogtreecommitdiff
path: root/os1w2/hello
diff options
context:
space:
mode:
Diffstat (limited to 'os1w2/hello')
-rwxr-xr-xos1w2/hello3
1 files changed, 3 insertions, 0 deletions
diff --git a/os1w2/hello b/os1w2/hello
new file mode 100755
index 0000000..0bb7a40
--- /dev/null
+++ b/os1w2/hello
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "Hello, world!"
+