From bdd59a13ea7226cef8a1202a0b7c948a5648240d Mon Sep 17 00:00:00 2001 From: michaelcastro Date: Mon, 22 Jan 2024 22:00:44 -0800 Subject: [PATCH] practice --- helloworld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.sh b/helloworld.sh index e6b1da6..960fb51 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,7 +1,7 @@ #! /bin/bash func(){ -echo "hello world" +echo "hello michael castro!" } func