This commit is contained in:
committer@tuxwarrior
2026-03-18 09:00:48 -05:00
parent af43d3b6e1
commit 1f545f0948

View File

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