tmp/sign
This commit is contained in:
parent
557965bc00
commit
98bf56ec0a
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@ xelatex -output-directory "${TEMPORAIRE}" "${NOM}.tex"
|
|||
#
|
||||
xelatex -output-directory "${TEMPORAIRE}" "${NOM}.tex"
|
||||
#
|
||||
mv "${TEMPORAIRE}/${NOM}.pdf" '.'
|
||||
gpg --armor --detach-sign "${TEMPORAIRE}/${NOM}.pdf"
|
||||
#
|
||||
mv "${TEMPORAIRE}/${NOM}.pdf" "${TEMPORAIRE}/${NOM}.pdf.asc" '.'
|
||||
#
|
||||
rm --force --recursive "${TEMPORAIRE}"
|
||||
#
|
||||
gpg --armor --detach-sign "${NOM}.pdf"
|
||||
#
|
||||
gpg --verify "${NOM}.pdf.asc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue