From 3064926731fdbf3516e496fa1e905278defeccc3 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 11 Feb 2023 15:18:24 +0100 Subject: os week 2 --- os1w2/hello | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 os1w2/hello (limited to 'os1w2/hello') 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!" + -- cgit v1.2.3