X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=keyanalyze%2Fanalyze.sh;h=65bc57750973a5d44935d58c92f77ba11da62d6a;hp=b70d14b873a891c41f6d88ba15f4a956de197c15;hb=ddd873fa8372173c5615c38ca1a333a487ab6cb6;hpb=a7e4b047867d36750a61651dcceedd57971ebaab diff --git a/keyanalyze/analyze.sh b/keyanalyze/analyze.sh index b70d14b..65bc577 100755 --- a/keyanalyze/analyze.sh +++ b/keyanalyze/analyze.sh @@ -5,11 +5,7 @@ make # comment these next lines out if you are working with an existing # preprocess.keys file -pgpring -S -k $1 \ - | grep "\(pub\|sig\|rev\|uid\)" \ - | sed -e "s/^\([a-z]*\).*:\([0-9A-F]\{16\}\):.*/\1 \2/g" \ - -e "s/^uid:.*/uid/" > all.keys -cat all.keys | process_keys $2 > preprocess.keys +pgpring -S -k "$1" | process_keys $2 > preprocess.keys # the actual processing of the main report keyanalyze