Remind about the gpg command lines

This commit is contained in:
Daniel Stenberg 2003-05-20 06:33:13 +00:00
parent 8ee1177206
commit 4da0428d9e
1 changed files with 5 additions and 0 deletions

View File

@ -134,3 +134,8 @@ echo ""
ls -l $targz $bzip2 $zip ls -l $targz $bzip2 $zip
md5sum $targz $bzip2 $zip md5sum $targz $bzip2 $zip
echo "Run these commands:"
echo "gpg -b -a $targz"
echo "gpg -b -a $bzip2"
echo "gpg -b -a $zip"