citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

webfinger (101B)


      1 #!/usr/bin/env bash
      2 
      3 curl -sL "https://$(cut -d@ -f2 <<<$1)/.well-known/webfinger?resource=acct:$1";