From 60fb95480c24fc1a6853a5d29bb9a2acbe949295 Mon Sep 17 00:00:00 2001
From: Joseph O'Reilly <jo8g21@soton.ac.uk>
Date: Mon, 14 Feb 2022 09:38:14 +0000
Subject: [PATCH] New program, echos hello world

---
 hello.sh | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 hello.sh

diff --git a/hello.sh b/hello.sh
new file mode 100644
index 0000000..8b0b1a5
--- /dev/null
+++ b/hello.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+echo "hello world!"
-- 
GitLab