From 66901d58f8238c197cd73e9caf5a5a9b672e6bc2 Mon Sep 17 00:00:00 2001 From: Alik Beckles <ab5e20@soton.ac.uk> Date: Sun, 13 Feb 2022 16:50:57 +0000 Subject: [PATCH] New and improved using bash scripts after previous failure --- hello.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hello.sh b/hello.sh index 980a0d5..8997733 100755 --- a/hello.sh +++ b/hello.sh @@ -1 +1,3 @@ -Hello World! +#!/bin/bash + +echo "hello world" -- GitLab