From 02b60c2441940d1730424b9bea91ccbdb5d5e27c Mon Sep 17 00:00:00 2001 From: Liam Greenfield <52577696+Liam310@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:23:20 +0100 Subject: [PATCH] say hello --- jq/script-01.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jq/script-01.sh b/jq/script-01.sh index 95827f688..64804cd60 100755 --- a/jq/script-01.sh +++ b/jq/script-01.sh @@ -5,3 +5,5 @@ set -euo pipefail # The input for this script is the person.json file. # TODO: Write a command to output the name of the person. # Your output should be exactly the string "Selma", but should not contain any quote characters. + +echo hello \ No newline at end of file