ai/at
1
0
This commit is contained in:
2025-04-15 08:17:15 +09:00
parent cc27f367ea
commit 246f95a00c
5 changed files with 95 additions and 34 deletions

13
scpt/src/is/syu/main.zsh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/zsh
function self-col(){
col=(
ai.syui.game
ai.syui.system
)
e=${col[@]: -1}
for i in $col; do
t=`curl -sL "$pds/xrpc/com.atproto.repo.listRecords?repo=$handle&collection=$i"`
echo $t|jq .
done
}