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

fix print
This commit is contained in:
Roberto Cirillo 2023-01-16 11:37:46 +01:00
parent 182c888f2b
commit cde5542d90
1 changed files with 1 additions and 1 deletions

View File

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