From 1d0b41c394e3ad39a1ca241fe3606263054ad8d9 Mon Sep 17 00:00:00 2001 From: Anna Obure <ao1g22@soton.ac.uk> Date: Mon, 13 Feb 2023 10:43:32 +0000 Subject: [PATCH] Create bash script that prints hello world --- 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..2852446 --- /dev/null +++ b/hello.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Hello world!" + -- GitLab