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