Update '16-01-2023-grepkeys/grepkeys.sh'

fix script
This commit is contained in:
Roberto Cirillo 2023-01-16 11:34:27 +01:00
parent 042920bd39
commit 182c888f2b
1 changed files with 1 additions and 1 deletions

View File

@ -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}"