u
This commit is contained in:
@@ -25,6 +25,12 @@ echo "please, remember the hint: bibL2"
|
|||||||
# list the source dir
|
# list the source dir
|
||||||
ls -al ${src_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
|
# copy .zip.gpg to tmp dir
|
||||||
cp ${src_dir}/*.zip.gpg ${tmp_dir}
|
cp ${src_dir}/*.zip.gpg ${tmp_dir}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user