commit ea56c3f6a6d99f18b4d9a05419806c7772a3eb8b parent a1363d6a5cfe69454a5eee46ab04ca5529f33a59 Author: William Casarin <jb55@jb55.com> Date: Sat, 16 Jan 2021 09:41:07 -0800 bin: add webfinger Diffstat:
A | bin/webfinger | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/webfinger b/bin/webfinger @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +curl -sL "https://$(cut -d@ -f2 <<<$1)/.well-known/webfinger?resource=acct:$1";