ai/at
1
0
This commit is contained in:
2024-12-27 22:49:32 +09:00
parent 93f9c8656d
commit d3842ef3cd
2 changed files with 14 additions and 6 deletions

View File

@ -27,7 +27,12 @@ function at-unset() {
}
function at-version() {
latest=`curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/packages/pds/package.json |jq -r .version`
echo latest: $latest
echo $host
curl -sL ${host}/xrpc/_health |jq .
echo syu.is
curl -sL syu.is/xrpc/_health |jq .
}
function at-uri() {