From 3baa5a63067bcbe988f718a8b5fa7dfb559717a1 Mon Sep 17 00:00:00 2001 From: saul365 Date: Tue, 16 Apr 2024 18:22:21 -0600 Subject: [PATCH] Add hello.sh --- hello.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..ba6c396 --- /dev/null +++ b/hello.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo Hello world