From b98f02608a8e3b8ae224b6eb5a5cc98cae18b53e Mon Sep 17 00:00:00 2001 From: am5g21 <am5g21@soton.ac.uk> Date: Thu, 10 Mar 2022 15:04:35 +0000 Subject: [PATCH] added hello.sh --- hello.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100755 index 0000000..0861077 --- /dev/null +++ b/hello.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "hello world!" -- GitLab