repo.or.cz
/
sunny256-utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upgrade yt-dlp from version `stable@2024.05.27` to `stable@2024.07.09`
[sunny256-utils.git]
/
prearmor
blob
48b3533df53bf1b8f33306d11832810a4dbe4926
1
#!/usr/bin/env perl
2
3
# prearmor
4
# File ID: 90ae840c-5d42-11df-a554-90e6ba3022ac
5
# Setter GPG-armor i <p><pre></pre>.
6
7
while
(<>) {
8
s/^-----BEGIN PGP MESSAGE-----$/<p><pre>\n-----BEGIN PGP MESSAGE-----/
;
9
s/^-----END PGP MESSAGE-----$/-----END PGP MESSAGE-----\n<\/pre
>/;
10
print
;
11
}