add gcubekey search script and repo list for testing it
This commit is contained in:
parent
36eae7842b
commit
e6c8cbd984
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
out=`find . -name '*.gcubekey' /dev/null {} +`
|
||||
if [[ -n "${out}" ]]; then
|
||||
echo "gcubekey found in "
|
||||
echo "${out}"
|
||||
else
|
||||
echo "gcubekey not found"
|
||||
fi
|
|
@ -0,0 +1,3 @@
|
|||
to_update_1
|
||||
to_update_2
|
||||
to_update_3
|
Loading…
Reference in New Issue