X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=keyanalyze%2Fanalyze.sh;h=65bc57750973a5d44935d58c92f77ba11da62d6a;hb=957ed3e08d73f53b2df43e5c20c03c78f54c08f1;hp=b70d14b873a891c41f6d88ba15f4a956de197c15;hpb=e69aea6f5797cb54f3748b983ffc977958f347cc;p=pgp-tools.git 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