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