parent
182c888f2b
commit
cde5542d90
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue