194
189
# Export keys from key rings to key files
195
190
gpg --no-random-seed-file --quiet --batch --no-tty --armor \
197
192
--keyring "$PUBRING" --export-options export-minimal \
198
193
--comment "$FILECOMMENT" --output "$SECKEYFILE" \
200
195
gpg --no-random-seed-file --quiet --batch --no-tty --armor \
202
197
--keyring "$PUBRING" --export-options export-minimal \
203
198
--comment "$FILECOMMENT" --output "$PUBKEYFILE" \