X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=rif-friendimportexport.sh;h=ff41c6cecfb2d4f9ddc55ac1de42123ca927904f;hb=HEAD;hp=a248e2fa6a9a2693ee381c6df41ee7edaeecc42c;hpb=679c6ffb8f8d87c6802a81ae2da272f4c9108baf;p=user%2Fhenk%2Fcode%2Fshell%2Frif.git diff --git a/rif-friendimportexport.sh b/rif-friendimportexport.sh index a248e2f..ff41c6c 100755 --- a/rif-friendimportexport.sh +++ b/rif-friendimportexport.sh @@ -3,11 +3,11 @@ tmp=$(mktemp) -gpg --list-keys --with-colons | grep RIF | awk -F: '{ print $10 }' | sed 's/\\x3a/:/' | ( +gpg --list-keys --with-colons | grep RI6F | awk -F: '{ print $10 }' | sed 's/\\x3a/:/' | ( while read line do name=$(echo $line | sed 's/\(.*\)(.*/\1/') - url=$(echo $line | sed -e 's/.*(RIF //' -e 's/).*//') + url=$(echo $line | sed -e 's/.*(RI6F //' -e 's/).*//') keyurl=$url/rifkeys echo "Getting friends from $name on $keyurl ..."