From 194f2373f193d8b07a41a487a3b5660f0c795e53 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Jan 2023 11:33:24 +0100 Subject: [PATCH] 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..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' /dev/null {} +` +out=`find . -name '*.gcubekey' ` if [[ -n "${out}" ]]; then echo "gcubekey found in " echo "${out}"