diff --git a/dots/bin/importGnupgKeys.sh b/dots/bin/importGnupgKeys.sh index 64aabda..3085c74 100755 --- a/dots/bin/importGnupgKeys.sh +++ b/dots/bin/importGnupgKeys.sh @@ -25,6 +25,12 @@ echo "please, remember the hint: bibL2" # list the source dir ls -al ${src_dir} +# get the first file .zip.gpg in the directory +the_file=$(find . -name "*.zip.gpg" -print | head -n 1) +echo ${the_file} + +exit 1 + # copy .zip.gpg to tmp dir cp ${src_dir}/*.zip.gpg ${tmp_dir}