lnaddress (132B)
1 #!/usr/bin/env bash 2 name=$(cut -f1 -d@ <<<"$1") 3 host=$(cut -f2 -d@ <<<"$1") 4 5 curl -sL "https://$host/.well-known/lnurlp/$name" | jq
citadelMy dotfiles, scripts and nix configs | |
git clone git://jb55.com/citadel | |
Log | Files | Refs | README | LICENSE |