repo: fmrl-client
action: blob
revision: 
path_from: fmrl-contacts-to-URIs
revision_from: refs/heads/trunk:
path_to: 
revision_to: 
git.thebackupbox.net
fmrl-client
git clone git://git.thebackupbox.net/fmrl-client

blob of:

fmrl-client

/ fmrl-contacts-to-URIs

blob_plain of this file

refs/heads/trunk:/fmrl-contacts-to-URIs

 #!/usr/bin/env bash
 tr '@' ' ' | awk '{print $2, $1}' | sort | clump | sed 's|:|/.well-known/fmrl/users?|;s| |\&user=|g;s|?&|?|;s|^|https://|'