diff --git a/helloworld.sh b/helloworld.sh index be23a0c..6ff3c9b 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -2,7 +2,7 @@ func(){ -echo "hello world" +echo "can i edit this?" }