]> git.netwichtig.de Git - user/henk/code/shell/rif.git/blobdiff - rif-friendimportexport.sh
Update all files to use RI6F instead of RIF
[user/henk/code/shell/rif.git] / rif-friendimportexport.sh
index a248e2fa6a9a2693ee381c6df41ee7edaeecc42c..ff41c6cecfb2d4f9ddc55ac1de42123ca927904f 100755 (executable)
@@ -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 ..."