summaryrefslogtreecommitdiff
path: root/os1w2/hello
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-11 15:18:24 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-11 15:18:24 +0100
commit3064926731fdbf3516e496fa1e905278defeccc3 (patch)
treeef1c1f5162404c58fd6255a243390f5ed2e27f5d /os1w2/hello
parent1a79f611169d7ef128f5eb63294ba11807c5feb3 (diff)
os week 2
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!"
+