add gcubekey search script and repo list for testing it

This commit is contained in:
Roberto Cirillo 2023-01-16 11:07:52 +01:00
parent 36eae7842b
commit e6c8cbd984
2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
to_update_1
to_update_2
to_update_3