ai/at
ai/at
1
0
This commit is contained in:
syui 2024-12-27 22:49:32 +09:00
parent 93f9c8656d
commit 3b8a798549
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -27,7 +27,10 @@ function at-unset() {
} }
function at-version() { function at-version() {
echo $host
curl -sL ${host}/xrpc/_health |jq . curl -sL ${host}/xrpc/_health |jq .
echo syu.is
curl -sL syu.is/xrpc/_health |jq .
} }
function at-uri() { function at-uri() {