From 042920bd39e5adca01f4cf4c7c89c1f43f5644db Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Jan 2023 11:26:17 +0100 Subject: [PATCH 1/3] Update '16-01-2023-grepkeys/grepkeys.sh' fix script --- 16-01-2023-grepkeys/grepkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16-01-2023-grepkeys/grepkeys.sh b/16-01-2023-grepkeys/grepkeys.sh index 1217dc9..b53027a 100644 --- a/16-01-2023-grepkeys/grepkeys.sh +++ b/16-01-2023-grepkeys/grepkeys.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -out=`find . -name '*.gcubekey' /dev/null {} +` +out=`find . -name '*.gcubekey' +` if [[ -n "${out}" ]]; then echo "gcubekey found in " echo "${out}" From 182c888f2b5cc291b5ec6a1af895c16f78e450a1 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Jan 2023 11:34:27 +0100 Subject: [PATCH 2/3] Update '16-01-2023-grepkeys/grepkeys.sh' fix script --- 16-01-2023-grepkeys/grepkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16-01-2023-grepkeys/grepkeys.sh b/16-01-2023-grepkeys/grepkeys.sh index b53027a..7b65bcc 100644 --- a/16-01-2023-grepkeys/grepkeys.sh +++ b/16-01-2023-grepkeys/grepkeys.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -out=`find . -name '*.gcubekey' +` +out=`find . -name '*.gcubekey' ` if [[ -n "${out}" ]]; then echo "gcubekey found in " echo "${out}" From cde5542d90966f8aef51ada0435f0c0359b48df9 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Jan 2023 11:37:46 +0100 Subject: [PATCH 3/3] Update '16-01-2023-grepkeys/grepkeys.sh' fix print --- 16-01-2023-grepkeys/grepkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16-01-2023-grepkeys/grepkeys.sh b/16-01-2023-grepkeys/grepkeys.sh index 7b65bcc..7a8a596 100644 --- a/16-01-2023-grepkeys/grepkeys.sh +++ b/16-01-2023-grepkeys/grepkeys.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash out=`find . -name '*.gcubekey' ` if [[ -n "${out}" ]]; then - echo "gcubekey found in " + echo "gcubekey found: " echo "${out}" else echo "gcubekey not found"