From 8bf9131315309f2de5c02e55b89047cd00628d1b Mon Sep 17 00:00:00 2001 From: Alik Beckles <ab5e20@soton.ac.uk> Date: Sun, 13 Feb 2022 16:42:35 +0000 Subject: [PATCH] My first attempt at bash scripting i think --- hello.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100755 index 0000000..980a0d5 --- /dev/null +++ b/hello.sh @@ -0,0 +1 @@ +Hello World! -- GitLab