From 1f545f09488a3c2839d183105a22e8a5116f42e1 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 18 Mar 2026 09:00:48 -0500 Subject: [PATCH] u --- dots/bin/importGnupgKeys.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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}